Skip to content

Commit b9ca003

Browse files
committed
Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date
1 parent d32952a commit b9ca003

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ updates:
1616
regression:
1717
patterns:
1818
- "*"
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "monthly"
23+
groups:
24+
actions:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)