chore(deps): Add dependabot config for actions and npm (#39)
This commit is contained in:
committed by
GitHub
parent
0d835f766e
commit
e5f188a8c4
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@@ -8,3 +8,21 @@ updates:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
groups:
|
||||
dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user