Skip to content

Commit 8cb7fb3

Browse files
committed
Adding dependabot
1 parent 85557fc commit 8cb7fb3

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

.github/dependabot.yml

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
target-branch: "4.1.x"
6+
schedule:
7+
interval: "weekly"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
target-branch: "4.2.x"
11+
schedule:
12+
interval: "weekly"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
target-branch: "main"
16+
schedule:
17+
interval: "weekly"
18+
- package-ecosystem: maven
19+
directory: /
20+
schedule:
21+
interval: daily
22+
target-branch: 4.1.x
23+
ignore:
24+
# only upgrade patch versions for maintenance branch
25+
- dependency-name: "*"
26+
update-types:
27+
- version-update:semver-major
28+
- version-update:semver-minor
29+
- package-ecosystem: maven
30+
directory: /
31+
schedule:
32+
interval: daily
33+
target-branch: 4.2.x
34+
ignore:
35+
# only upgrade patch versions for maintenance branch
36+
- dependency-name: "*"
37+
update-types:
38+
- version-update:semver-major
39+
- version-update:semver-minor
40+
- package-ecosystem: maven
41+
directory: /
42+
schedule:
43+
interval: daily
44+
target-branch: main
45+
ignore:
46+
# only upgrade by minor or patch
47+
- dependency-name: "*"
48+
update-types:
49+
- version-update:semver-major
50+
- package-ecosystem: npm
51+
target-branch: docs-build
52+
directory: /
53+
schedule:
54+
interval: weekly
55+
- package-ecosystem: npm
56+
target-branch: main
57+
directory: /docs
58+
schedule:
59+
interval: weekly
60+
- package-ecosystem: npm
61+
target-branch: 4.1.x
62+
directory: /docs
63+
schedule:
64+
interval: weekly
65+
- package-ecosystem: npm
66+
target-branch: 4.2.x
67+
directory: /docs
68+
schedule:
69+
interval: weekly

0 commit comments

Comments
 (0)