Skip to content

Commit 1e77aa5

Browse files
committed
Remove Dependabot entries for retired branch 3.3.x
1 parent ae2b581 commit 1e77aa5

1 file changed

Lines changed: 26 additions & 48 deletions

File tree

.github/dependabot.yaml

Lines changed: 26 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,30 @@
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:
9-
- package-ecosystem: "github-actions"
10-
directory: "/"
11-
target-branch: "main"
12-
schedule:
13-
interval: "weekly"
14-
- package-ecosystem: "github-actions"
15-
directory: "/"
16-
target-branch: "3.3.x"
17-
schedule:
18-
interval: "weekly"
19-
- package-ecosystem: maven
20-
directory: /
21-
schedule:
22-
interval: daily
23-
target-branch: main
24-
ignore:
25-
# only upgrade by minor or patch
26-
- dependency-name: "*"
27-
update-types:
28-
- version-update:semver-major
29-
- version-update:semver-minor
30-
- package-ecosystem: maven
31-
directory: /
32-
schedule:
33-
interval: daily
34-
target-branch: 3.3.x
35-
ignore:
36-
# only upgrade by minor or patch
37-
- dependency-name: "*"
38-
update-types:
39-
- version-update:semver-major
40-
- version-update:semver-minor
41-
- package-ecosystem: npm
42-
target-branch: docs-build
43-
directory: /
44-
schedule:
45-
interval: weekly
46-
- package-ecosystem: npm
47-
target-branch: main
48-
directory: /docs
49-
schedule:
50-
interval: weekly
51-
- package-ecosystem: npm
52-
target-branch: 3.3.x
53-
directory: /docs
54-
schedule:
55-
interval: weekly
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
target-branch: "main"
11+
schedule:
12+
interval: "weekly"
13+
- package-ecosystem: maven
14+
directory: /
15+
schedule:
16+
interval: daily
17+
target-branch: main
18+
ignore:
19+
# only upgrade by minor or patch
20+
- dependency-name: "*"
21+
update-types:
22+
- version-update:semver-major
23+
- version-update:semver-minor
24+
- package-ecosystem: npm
25+
target-branch: docs-build
26+
directory: /
27+
schedule:
28+
interval: weekly
29+
- package-ecosystem: npm
30+
target-branch: main
31+
directory: /docs
32+
schedule:
33+
interval: weekly

0 commit comments

Comments
 (0)