Skip to content

Commit 6485641

Browse files
committed
Revert "Remove 3.2.x from CI"
Support for 3.2.x as been extended to align with the Boot 3.4 support window This reverts commit 3053f27.
1 parent 0358363 commit 6485641

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,31 @@ updates:
4040
update-types:
4141
- version-update:semver-major
4242
- version-update:semver-minor
43+
- package-ecosystem: gradle
44+
target-branch: 3.2.x
45+
milestone: 77 # 3.2.x
46+
directory: /
47+
schedule:
48+
interval: daily
49+
time: '03:40'
50+
timezone: Etc/UTC
51+
open-pull-requests-limit: 10
52+
labels:
53+
- 'type: dependency-upgrade'
54+
- 'in: build'
55+
ignore:
56+
- dependency-name: org.apache.directory.server:*
57+
- dependency-name: org.apache.directory.shared:*
58+
- dependency-name: org.junit:junit-bom
59+
update-types:
60+
- version-update:semver-major
61+
- dependency-name: org.mockito:mockito-bom
62+
update-types:
63+
- version-update:semver-major
64+
- dependency-name: '*'
65+
update-types:
66+
- version-update:semver-major
67+
- version-update:semver-minor
4368

4469
- package-ecosystem: github-actions
4570
target-branch: main

.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, 3.3.x, 2.4.x ]
17+
branch: [ main, 3.3.x, 3.2.x, 2.4.x ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)