Skip to content

Commit 49f8ce3

Browse files
author
Ryan Baxter
authored
Adding 3.1.x branch to dependabot
1 parent 967bfc6 commit 49f8ce3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ updates:
2020
- dependency-name: "*"
2121
update-types:
2222
- version-update:semver-major
23+
- package-ecosystem: maven
24+
directory: /
25+
schedule:
26+
interval: daily
27+
target-branch: 3.1.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
2334
- package-ecosystem: npm
2435
target-branch: docs-build
2536
directory: /

0 commit comments

Comments
 (0)