Add dependabot.yml
This commit is contained in:
parent
0a97313479
commit
fa66d321b7
19
.github/dependabot.yml
vendored
Normal file
19
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
groups:
|
||||
minor-actions-dependencies:
|
||||
# GitHub Actions: Only group minor and patch updates (we want to carefully review major updates)
|
||||
update-types: [ minor, patch ]
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /workers
|
||||
schedule:
|
||||
interval: monthly
|
||||
groups:
|
||||
minor-npm-dependencies:
|
||||
# npm: Only group minor and patch updates (we want to carefully review major updates)
|
||||
update-types: [ minor, patch ]
|
||||
Loading…
Reference in New Issue
Block a user