Skip to content

Commit 88b4c29

Browse files
committed
Add Dependabot entries for 2025.1.x
1 parent ab59a57 commit 88b4c29

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
interval: "weekly"
1313
exclude-paths:
1414
- ".github/workflows/release-train-test.yml"
15-
- ".github/workflows/release-train-build.yml"
15+
- ".github/workflows/release-train-build.yml"
1616
- package-ecosystem: maven
1717
directory: /
1818
schedule:
@@ -40,3 +40,34 @@ updates:
4040
directory: /docs
4141
schedule:
4242
interval: weekly
43+
- package-ecosystem: "github-actions"
44+
directory: "/"
45+
target-branch: "2025.1.x"
46+
schedule:
47+
interval: "weekly"
48+
exclude-paths:
49+
- ".github/workflows/release-train-test.yml"
50+
- ".github/workflows/release-train-build.yml"
51+
- package-ecosystem: maven
52+
directory: /
53+
schedule:
54+
interval: daily
55+
ignore:
56+
# JRuby updates are causing docs generation to fail
57+
- dependency-name: "org.jruby:jruby-complete"
58+
target-branch: 2025.1.x
59+
- package-ecosystem: maven
60+
directory: /
61+
schedule:
62+
interval: daily
63+
target-branch: 2025.1.x
64+
ignore:
65+
# only upgrade by minor or patch
66+
- dependency-name: "*"
67+
update-types:
68+
- version-update:semver-major
69+
- package-ecosystem: npm
70+
target-branch: 2025.1.x
71+
directory: /docs
72+
schedule:
73+
interval: weekly

0 commit comments

Comments
 (0)