Skip to content

Commit 1350a0e

Browse files
authored
Merge pull request #849 from simonpasquier/dependabot-gha
Configure dependabot for GitHub actions
2 parents 88e96c9 + 46d287d commit 1350a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,12 @@ updates:
1717
- match:
1818
dependency-name: "k8s.io/client-go"
1919
update-type: "semver-patch"
20+
21+
- package-ecosystem: github-actions
22+
directory: "/"
23+
schedule:
24+
interval: weekly
25+
groups:
26+
patch-updates:
27+
update-types:
28+
- "patch"

0 commit comments

Comments
 (0)