Skip to content

Commit fad1c06

Browse files
committed
Add dependabot
1 parent f8a77da commit fad1c06

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

.github/dependabot.yaml

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

0 commit comments

Comments
 (0)