Skip to content

Commit 62a13c3

Browse files
authored
Update dependabot.yml for branches, gh actions and npm
1 parent d5ee2b1 commit 62a13c3

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
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+
16
version: 2
27
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
target-branch: "3.1.x" # oldest OSS supported branch
6-
schedule:
7-
interval: "weekly"
8-
- package-ecosystem: "github-actions"
9-
directory: "/"
10-
target-branch: "4.0.x" # oldest OSS supported branch
11-
schedule:
12-
interval: "weekly"
138
- package-ecosystem: "github-actions"
149
directory: "/"
1510
target-branch: "main"
@@ -19,31 +14,35 @@ updates:
1914
directory: /
2015
schedule:
2116
interval: daily
22-
target-branch: 3.1.x
17+
target-branch: main
2318
ignore:
24-
# only upgrade patch versions for maintenance branch
19+
# only upgrade by minor or patch
2520
- dependency-name: "*"
2621
update-types:
2722
- version-update:semver-major
28-
- version-update:semver-minor
2923
- package-ecosystem: maven
3024
directory: /
3125
schedule:
3226
interval: daily
33-
target-branch: 4.0.x
27+
target-branch: 4.1.x
3428
ignore:
35-
# only upgrade patch versions for maintenance branch
29+
# only upgrade by minor or patch
3630
- dependency-name: "*"
3731
update-types:
3832
- version-update:semver-major
3933
- version-update:semver-minor
40-
- package-ecosystem: maven
34+
- package-ecosystem: npm
35+
target-branch: docs-build
4136
directory: /
4237
schedule:
43-
interval: daily
38+
interval: weekly
39+
- package-ecosystem: npm
4440
target-branch: main
45-
ignore:
46-
# only upgrade by minor or patch
47-
- dependency-name: "*"
48-
update-types:
49-
- version-update:semver-major
41+
directory: /docs
42+
schedule:
43+
interval: weekly
44+
- package-ecosystem: npm
45+
target-branch: 4.1.x
46+
directory: /docs
47+
schedule:
48+
interval: weekly

0 commit comments

Comments
 (0)