File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- # Keep everything on the main branch up-to-date.
4- - package-ecosystem : npm
5- directory : /
6- schedule :
7- interval : daily
8- cooldown :
9- default-days : 7
10- - package-ecosystem : docker
11- directory : /docker
12- schedule :
13- interval : daily
14- cooldown :
15- default-days : 7
16- - package-ecosystem : github-actions
17- directory : /
18- schedule :
19- interval : daily
20- cooldown :
21- default-days : 7
22- # Receive minor and patch updates on latest release branch.
23- # Ignore minor releases for NPM since they may ship breaking
24- # changes, and we don't have the test coverage in place to
25- # detect that in CI.
263- package-ecosystem : npm
274 target-branch : 4.14.x
285 directory : /
@@ -46,3 +23,10 @@ updates:
4623 - dependency-name : " *"
4724 update-types :
4825 - version-update:semver-major
26+ - package-ecosystem : github-actions
27+ target-branch : 4.14.x
28+ directory : /
29+ schedule :
30+ interval : daily
31+ cooldown :
32+ default-days : 7
You can’t perform that action at this time.
0 commit comments