Skip to content

Commit 3053f27

Browse files
committed
Remove 3.2.x from CI
Closes gh-1174
1 parent a78e8a0 commit 3053f27

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,31 +40,6 @@ 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
6843

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

0 commit comments

Comments
 (0)