Skip to content

Commit daa7808

Browse files
committed
Updates dependabot.yml, adds 4.2.x, 4.3.x, allows major and minor for main
1 parent ec39d4c commit daa7808

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,33 @@ updates:
1515
schedule:
1616
interval: daily
1717
target-branch: main
18+
# ignore:
19+
# only upgrade by minor or patch
20+
# - dependency-name: "*"
21+
# update-types:
22+
# - version-update:semver-major
23+
- package-ecosystem: maven
24+
directory: /
25+
schedule:
26+
interval: daily
27+
target-branch: 4.3.x
28+
ignore:
29+
# only upgrade by minor or patch
30+
- dependency-name: "*"
31+
update-types:
32+
- version-update:semver-major
33+
- version-update:semver-minor
34+
- package-ecosystem: maven
35+
directory: /
36+
schedule:
37+
interval: daily
38+
target-branch: 4.2.x
1839
ignore:
1940
# only upgrade by minor or patch
2041
- dependency-name: "*"
2142
update-types:
2243
- version-update:semver-major
44+
- version-update:semver-minor
2345
- package-ecosystem: maven
2446
directory: /
2547
schedule:
@@ -41,6 +63,16 @@ updates:
4163
directory: /docs
4264
schedule:
4365
interval: weekly
66+
- package-ecosystem: npm
67+
target-branch: 4.2.x
68+
directory: /docs
69+
schedule:
70+
interval: weekly
71+
- package-ecosystem: npm
72+
target-branch: 4.2.x
73+
directory: /docs
74+
schedule:
75+
interval: weekly
4476
- package-ecosystem: npm
4577
target-branch: 4.1.x
4678
directory: /docs

0 commit comments

Comments
 (0)