Skip to content

Commit 82159aa

Browse files
committed
End of OSS Support for 1.2.x
1 parent a5ad23e commit 82159aa

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.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

.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.2.x, 1.3.x ]
17+
branch: [ main, 1.3.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.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

0 commit comments

Comments
 (0)