Skip to content

Commit 9cc6ef6

Browse files
committed
Add dependabot
1 parent 5aa565b commit 9cc6ef6

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
8+
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

0 commit comments

Comments
 (0)