Skip to content

Commit 8766422

Browse files
committed
Remove Dependabot entries for retired branch 2025.0.x
1 parent 5b3e957 commit 8766422

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66
version: 2
7-
87
updates:
98
- package-ecosystem: "github-actions"
109
directory: "/"
1110
target-branch: "main"
1211
schedule:
1312
interval: "weekly"
14-
- package-ecosystem: "github-actions"
15-
directory: "/"
16-
target-branch: "2025.0.x"
17-
schedule:
18-
interval: "weekly"
1913
- package-ecosystem: maven
2014
directory: /
2115
schedule:
@@ -33,17 +27,6 @@ updates:
3327
- dependency-name: "*"
3428
update-types:
3529
- version-update:semver-major
36-
- package-ecosystem: maven
37-
directory: /
38-
schedule:
39-
interval: daily
40-
target-branch: 2025.0.x
41-
ignore:
42-
# only upgrade by minor or patch
43-
- dependency-name: "*"
44-
update-types:
45-
- version-update:semver-major
46-
- version-update:semver-minor
4730
- package-ecosystem: npm
4831
target-branch: docs-build
4932
directory: /
@@ -54,8 +37,3 @@ updates:
5437
directory: /docs
5538
schedule:
5639
interval: weekly
57-
- package-ecosystem: npm
58-
target-branch: 2025.0.x
59-
directory: /docs
60-
schedule:
61-
interval: weekly

0 commit comments

Comments
 (0)