Skip to content

Commit 878f43e

Browse files
zetaabkayrus
andauthored
add dependabot (#2774)
* add dependabot * Update .github/dependabot.yml Co-authored-by: pýrus <[email protected]> * add daily schedule * update github-actions interval --------- Co-authored-by: pýrus <[email protected]>
1 parent cc2f58d commit 878f43e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/dependabot.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "gomod"
8+
directory: "/"
9+
groups:
10+
k8s.io:
11+
patterns:
12+
- "k8s.io/*"
13+
open-pull-requests-limit: 10
14+
schedule:
15+
interval: "daily"
16+
- package-ecosystem: "gomod"
17+
directory: "/"
18+
groups:
19+
k8s.io:
20+
patterns:
21+
- "k8s.io/*"
22+
open-pull-requests-limit: 10
23+
schedule:
24+
interval: "daily"
25+
target-branch: release-1.31
26+
- package-ecosystem: "gomod"
27+
directory: "/"
28+
groups:
29+
k8s.io:
30+
patterns:
31+
- "k8s.io/*"
32+
open-pull-requests-limit: 10
33+
schedule:
34+
interval: "daily"
35+
target-branch: release-1.30

0 commit comments

Comments
 (0)