Add dependabot.yaml (#145)
This commit is contained in:
parent
71d230bcda
commit
9af0ed1639
1 changed files with 21 additions and 0 deletions
21
.github/dependabot.yml
vendored
Normal file
21
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Update dependencies
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Update the git submodules
|
||||
- package-ecosystem: "gitsubmodule"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "automerge"
|
||||
|
||||
# Update the Github Action versions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "automerge"
|
Loading…
Add table
Add a link
Reference in a new issue