Skip to content

Commit b66d713

Browse files
authored
ci: allow dependabot to update GitHub actions (#250)
1 parent b9afdd9 commit b66d713

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,23 @@ updates:
2020
- "*"
2121
update-types:
2222
- "minor"
23+
- package-ecosystem: "github-actions"
24+
directory: "/"
25+
schedule:
26+
interval: "weekly"
27+
day: "monday"
28+
labels:
29+
- "dependencies"
30+
commit-message:
31+
prefix: "chore"
32+
groups:
33+
patch-updates:
34+
patterns:
35+
- "*"
36+
update-types:
37+
- "patch"
38+
minor-updates:
39+
patterns:
40+
- "*"
41+
update-types:
42+
- "minor"

0 commit comments

Comments
 (0)