End of OSS Support for 1.2.x
This commit is contained in:
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
@@ -7,22 +7,6 @@ registries:
|
||||
|
||||
updates:
|
||||
# Gradle
|
||||
- package-ecosystem: gradle
|
||||
target-branch: 1.2.x
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: '03:00'
|
||||
timezone: Etc/UTC
|
||||
labels:
|
||||
- 'type: dependency-upgrade'
|
||||
registries:
|
||||
- spring-milestones
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types:
|
||||
- version-update:semver-major
|
||||
- version-update:semver-minor
|
||||
- package-ecosystem: gradle
|
||||
target-branch: 1.3.x
|
||||
directory: /
|
||||
@@ -56,13 +40,6 @@ updates:
|
||||
- version-update:semver-major
|
||||
|
||||
# GitHub Actions
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: 1.2.x
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
labels:
|
||||
- 'type: task'
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: 1.3.x
|
||||
directory: /
|
||||
@@ -86,13 +63,6 @@ updates:
|
||||
- 'type: task'
|
||||
|
||||
# NPM
|
||||
- package-ecosystem: npm
|
||||
target-branch: 1.2.x
|
||||
directory: /docs
|
||||
schedule:
|
||||
interval: weekly
|
||||
labels:
|
||||
- 'type: task'
|
||||
- package-ecosystem: npm
|
||||
target-branch: 1.3.x
|
||||
directory: /docs
|
||||
|
||||
2
.github/workflows/release-scheduler.yml
vendored
2
.github/workflows/release-scheduler.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# List of active maintenance branches.
|
||||
branch: [ main, 1.2.x, 1.3.x ]
|
||||
branch: [ main, 1.3.x ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
name: Update on Supported Branches
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [ '1.2.x', '1.3.x', 'main' ]
|
||||
branch: [ '1.3.x', 'main' ]
|
||||
steps:
|
||||
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@852920ba3fb1f28b35a2f13201133bc00ef33677
|
||||
name: Update
|
||||
|
||||
Reference in New Issue
Block a user