Update dependabot to batch everything
This commit is contained in:
parent
36c503a9d7
commit
53a4c2f3b4
1 changed files with 15 additions and 1 deletions
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
|
@ -8,4 +8,18 @@ updates:
|
|||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: daily
|
||||
groups:
|
||||
version-updates:
|
||||
applies-to: version-updates
|
||||
security-updates:
|
||||
applies-to: security-updates
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
groups:
|
||||
security:
|
||||
applies-to: security-updates
|
||||
normal:
|
||||
applies-to: version-updates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue