feat(update): integrate dependabot for gh actions (#900)
* dependabot will check weekly, if the gh actions have new versions available and will open a pr, if necessary
This commit is contained in:
parent
10ced5a3cd
commit
d3505ba52b
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
Loading…
Add table
Reference in a new issue