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:
7
7
8
8
updates :
9
9
# 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
26
10
- package-ecosystem : gradle
27
11
target-branch : 1.3.x
28
12
directory : /
@@ -56,13 +40,6 @@ updates:
56
40
- version-update:semver-major
57
41
58
42
# 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'
66
43
- package-ecosystem : github-actions
67
44
target-branch : 1.3.x
68
45
directory : /
@@ -86,13 +63,6 @@ updates:
86
63
- ' type: task'
87
64
88
65
# NPM
89
- - package-ecosystem : npm
90
- target-branch : 1.2.x
91
- directory : /docs
92
- schedule :
93
- interval : weekly
94
- labels :
95
- - ' type: task'
96
66
- package-ecosystem : npm
97
67
target-branch : 1.3.x
98
68
directory : /docs
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
# List of active maintenance branches.
17
- branch : [ main, 1.2.x, 1. 3.x ]
17
+ branch : [ main, 1.3.x ]
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
Original file line number Diff line number Diff line change 16
16
name : Update on Supported Branches
17
17
strategy :
18
18
matrix :
19
- branch : [ '1.2.x', '1. 3.x', 'main' ]
19
+ branch : [ '1.3.x', 'main' ]
20
20
steps :
21
21
- uses : spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677
22
22
name : Update
You can’t perform that action at this time.
0 commit comments