Skip to content

Commit 48bae15

Browse files
authored
chore: send one PR a week with _all_ golang dependabot updates (#9888)
1 parent 1e08264 commit 48bae15

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,24 @@ updates:
77
- directory: "/"
88
package-ecosystem: "gomod"
99
schedule:
10-
interval: "daily"
11-
# Security updates have their own PR limit, so setting this to 0 will only
12-
# allow security updates through.
13-
open-pull-requests-limit: 0
10+
interval: "weekly"
11+
groups:
12+
golang:
13+
patterns:
14+
- "*"
1415
exclude-paths:
16+
- codelab
1517
- examples
16-
- integration/examples
18+
- hack
19+
- integration
20+
- pkg/skaffold/build/ko/testdata
1721

1822
# check for updates to github actions
1923
- directory: "/"
2024
package-ecosystem: "github-actions"
2125
schedule:
2226
interval: "weekly"
27+
groups:
28+
github-actions:
29+
patterns:
30+
- "*"

0 commit comments

Comments
 (0)