Skip to content

Commit fc261c9

Browse files
authored
Update dependabot config
1 parent c539413 commit fc261c9

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
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/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: "maven"
9-
directory: "/" # Location of package manifests
4+
directory: "/"
105
schedule:
116
interval: "weekly"
7+
day: "monday"
8+
time: "06:00"
9+
timezone: "Etc/UTC"
10+
groups:
11+
java-test-dependencies:
12+
patterns:
13+
- "org.junit.jupiter:*"
14+
maven-build-plugins:
15+
patterns:
16+
- "org.apache.maven.plugins:*"
17+
java-production-dependencies:
18+
patterns:
19+
- "*"
20+
exclude-patterns:
21+
- "org.openjfx:*"
22+
- "org.apache.maven.plugins:*"
23+
- "org.junit.jupiter:*"
24+
25+
- package-ecosystem: "github-actions"
26+
directory: "/" # even for `.github/workflows`
27+
schedule:
28+
interval: "monthly"
29+
groups:
30+
github-actions:
31+
patterns:
32+
- "*"
33+
labels:
34+
- "misc:ci"

0 commit comments

Comments
 (0)