File tree Expand file tree Collapse file tree 3 files changed +2
-32
lines changed
Expand file tree Collapse file tree 3 files changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,6 @@ registries:
77
88updates :
99 # Gradle
10- - package-ecosystem : gradle
11- target-branch : 1.2.x
12- directory : /
13- schedule :
14- interval : daily
15- time : ' 03:00'
16- timezone : Etc/UTC
17- labels :
18- - ' type: dependency-upgrade'
19- registries :
20- - spring-milestones
21- ignore :
22- - dependency-name : ' *'
23- update-types :
24- - version-update:semver-major
25- - version-update:semver-minor
2610 - package-ecosystem : gradle
2711 target-branch : 1.3.x
2812 directory : /
@@ -56,13 +40,6 @@ updates:
5640 - version-update:semver-major
5741
5842 # GitHub Actions
59- - package-ecosystem : github-actions
60- target-branch : 1.2.x
61- directory : /
62- schedule :
63- interval : weekly
64- labels :
65- - ' type: task'
6643 - package-ecosystem : github-actions
6744 target-branch : 1.3.x
6845 directory : /
@@ -86,13 +63,6 @@ updates:
8663 - ' type: task'
8764
8865 # NPM
89- - package-ecosystem : npm
90- target-branch : 1.2.x
91- directory : /docs
92- schedule :
93- interval : weekly
94- labels :
95- - ' type: task'
9666 - package-ecosystem : npm
9767 target-branch : 1.3.x
9868 directory : /docs
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 # List of active maintenance branches.
17- branch : [ main, 1.2.x, 1. 3.x ]
17+ branch : [ main, 1.3.x ]
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change 1616 name : Update on Supported Branches
1717 strategy :
1818 matrix :
19- branch : [ '1.2.x', '1. 3.x', 'main' ]
19+ branch : [ '1.3.x', 'main' ]
2020 steps :
2121 - uses : spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677
2222 name : Update
You can’t perform that action at this time.
0 commit comments