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:
9
9
directory : ' /' # Location of package manifests
10
10
open-pull-requests-limit : 10
11
11
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']
13
18
- package-ecosystem : ' github-actions'
14
19
directory : ' /'
15
20
open-pull-requests-limit : 10
16
21
schedule :
17
22
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