Skip to content

Commit a7d0e72

Browse files
authored
ci: update actions through dependabot (#117)
1 parent 8f272ff commit a7d0e72

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.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)