Skip to content

Commit 77d73f8

Browse files
Louwrenstholivhoenen
authored andcommitted
ci: add dependabot.yml to update github-actions
1 parent 7659e54 commit 77d73f8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for Github Actions
4+
- package-ecosystem: "github-actions"
5+
# Look for `/.github/workflows` and `/action.yml` or `.yaml`
6+
directory: "/"
7+
# Check for updates once a week
8+
schedule:
9+
interval: "weekly"
10+

0 commit comments

Comments
 (0)