File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Please see the documentation for all configuration options:
22# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3-
43version : 2
54updates :
65 - package-ecosystem : gomod
@@ -15,6 +14,12 @@ updates:
1514 ignore :
1615 - dependency-name : k8s.io/*
1716 update-types : [version-update:semver-major, version-update:semver-minor]
17+ commit-message :
18+ include : scope
19+ open-pull-requests-limit : 5
20+ labels :
21+ - dependencies
22+ - go
1823 - package-ecosystem : github-actions
1924 directory : /
2025 schedule :
@@ -24,3 +29,9 @@ updates:
2429 github-actions :
2530 patterns :
2631 - " *"
32+ commit-message :
33+ include : scope
34+ open-pull-requests-limit : 5
35+ labels :
36+ - dependencies
37+ - github-actions
You can’t perform that action at this time.
0 commit comments