ci: update dependabot
This commit is contained in:
parent
ea54357f43
commit
ca4fd2f0d1
1 changed files with 7 additions and 4 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -3,15 +3,18 @@ updates:
|
|||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
interval: "weekly"
|
||||
day: "tuesday"
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
interval: "weekly"
|
||||
day: "tuesday"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
|
Loading…
Reference in a new issue