Skip to content

Commit 7e01b30

Browse files
authored
ci: add dependabot workflow for automatically updating github actions (#299)
Co-authored-by: Ayoub Faouzi <[email protected]>
1 parent f27424d commit 7e01b30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
# Monitor GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
labels:
9+
- "dependencies"
10+
- "github-actions"

0 commit comments

Comments
 (0)