File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,19 @@ updates:
99 directory : ' /' # Location of package manifests
1010 open-pull-requests-limit : 10
1111 schedule :
12- interval : ' weekly'
12+ interval : monthly
13+ ignore :
14+ # For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch).
15+ - dependency-name : ' *'
16+ update-types :
17+ ['version-update:semver-patch', 'version-update:semver-minor']
1318 - package-ecosystem : ' github-actions'
1419 directory : ' /'
1520 open-pull-requests-limit : 10
1621 schedule :
1722 interval : monthly
23+ ignore :
24+ # For all dependencies, trigger pull requests only for semver-major and semver-minor updates (ignore patch).
25+ - dependency-name : ' *'
26+ update-types :
27+ ['version-update:semver-patch', 'version-update:semver-minor']
You can’t perform that action at this time.
0 commit comments