[#497] Configure Dependabot for GitHub Actions
This commit is contained in:
parent
f5975f9c94
commit
c754623c16
|
@ -0,0 +1,11 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: ".github/actions/setup/"
|
||||
schedule:
|
||||
interval: "daily"
|
Loading…
Reference in New Issue