Configure Dependabot for GitHub Actions updates
Removed comments and specified package ecosystem for GitHub Actions.
This commit is contained in:
parent
184d821467
commit
f6a6eda58a
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Loading…
Reference in New Issue