Skip to content

Commit e992601

Browse files
committed
Update dependabot config
1 parent 894d065 commit e992601

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
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+
- "org.sonatype.plugins:*"
18+
java-production-dependencies:
19+
patterns:
20+
- "*"
21+
exclude-patterns:
22+
- "org.openjfx:*"
23+
- "org.apache.maven.plugins:*"
24+
- "org.junit.jupiter:*"
25+
- "org.sonatype.plugins:*"
26+
27+
- package-ecosystem: "github-actions"
28+
directory: "/" # even for `.github/workflows`
29+
schedule:
30+
interval: "monthly"
31+
groups:
32+
github-actions:
33+
patterns:
34+
- "*"
35+
labels:
36+
- "misc:ci"

0 commit comments

Comments
 (0)