Skip to content

Commit cf647ca

Browse files
committed
End of OSS Support for 1.3.x
1 parent 24435ad commit cf647ca

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ registries:
77

88
updates:
99
# Gradle
10-
- package-ecosystem: gradle
11-
target-branch: 1.3.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.4.x
2812
directory: /
@@ -68,13 +52,6 @@ updates:
6852
- spring-milestones
6953

7054
# GitHub Actions
71-
- package-ecosystem: github-actions
72-
target-branch: 1.3.x
73-
directory: /
74-
schedule:
75-
interval: weekly
76-
labels:
77-
- 'type: task'
7855
- package-ecosystem: github-actions
7956
target-branch: 1.4.x
8057
directory: /
@@ -105,13 +82,6 @@ updates:
10582
- 'type: task'
10683

10784
# NPM
108-
- package-ecosystem: npm
109-
target-branch: 1.3.x
110-
directory: /docs
111-
schedule:
112-
interval: weekly
113-
labels:
114-
- 'type: task'
11585
- package-ecosystem: npm
11686
target-branch: 1.4.x
11787
directory: /docs

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# List of active maintenance branches.
17-
branch: [ main, 1.3.x, 1.4.x, 1.5.x ]
17+
branch: [ main, 1.5.x, 1.4.x ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

.github/workflows/update-antora-ui-spring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Update on Supported Branches
1717
strategy:
1818
matrix:
19-
branch: [ '1.3.x', 'main' ]
19+
branch: [ 'main', '1.5.x', '1.4.x' ]
2020
steps:
2121
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@e28269199d1d27975cf7f65e16d6095c555b3cd0
2222
name: Update

0 commit comments

Comments
 (0)