CI: Add `dependabot.yml`
This commit is contained in:
parent
f8d7bcfce2
commit
36a294b018
|
@ -0,0 +1,8 @@
|
||||||
|
# Set update schedule for GitHub Actions
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
# Check for updates to GitHub Actions every week
|
||||||
|
interval: "weekly"
|
Loading…
Reference in New Issue