mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-02-12 14:02:46 +00:00
28 lines
592 B
YAML
28 lines
592 B
YAML
version: 2
|
|
updates:
|
|
# Enable version updates for npm
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
open-pull-requests-limit: 5
|
|
assignees:
|
|
- "praveentcom"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
|
|
# Enable version updates for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "praveentcom"
|
|
commit-message:
|
|
prefix: "ci"
|
|
include: "scope"
|