Skip to content

Commit 5b8ea9b

Browse files
authored
Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#287)
1 parent d32952a commit 5b8ea9b

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)