We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e08264 commit 48bae15Copy full SHA for 48bae15
.github/dependabot.yml
@@ -7,16 +7,24 @@ updates:
7
- directory: "/"
8
package-ecosystem: "gomod"
9
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
+ interval: "weekly"
+ groups:
+ golang:
+ patterns:
14
+ - "*"
15
exclude-paths:
16
+ - codelab
17
- examples
- - integration/examples
18
+ - hack
19
+ - integration
20
+ - pkg/skaffold/build/ko/testdata
21
22
# check for updates to github actions
23
24
package-ecosystem: "github-actions"
25
26
interval: "weekly"
27
28
+ github-actions:
29
30
0 commit comments