mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
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
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…
Reference in New Issue
Block a user