Skip to content

Commit 31200cd

Browse files
dfa1claude
andcommitted
ci: schedule dependabot for maven + github-actions (weekly)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f28690a commit 31200cd

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
updates:
3+
# Maven dependencies across the multi-module reactor (root scans all modules).
4+
- package-ecosystem: maven
5+
directory: "/"
6+
schedule:
7+
interval: weekly
8+
day: monday
9+
time: "06:00"
10+
timezone: Etc/UTC
11+
open-pull-requests-limit: 5
12+
groups:
13+
maven-minor-patch:
14+
update-types:
15+
- minor
16+
- patch
17+
18+
# GitHub Actions used by the CI / publish / smoke workflows.
19+
- package-ecosystem: github-actions
20+
directory: "/"
21+
schedule:
22+
interval: weekly
23+
day: monday
24+
time: "06:00"
25+
timezone: Etc/UTC
26+
open-pull-requests-limit: 5
27+
groups:
28+
actions-all:
29+
patterns:
30+
- "*"

0 commit comments

Comments
 (0)