Skip to content

Commit 7d4905f

Browse files
committed
add dependabot file
1 parent 04b704f commit 7d4905f

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
day: "monday"
8+
time: "06:00"
9+
timezone: "Etc/UTC"
10+
groups:
11+
java-test-dependencies:
12+
patterns:
13+
- "org.junit.jupiter:*"
14+
- "org.mockito:*"
15+
maven-build-plugins:
16+
patterns:
17+
- "org.apache.maven.plugins:*"
18+
- "org.sonatype.plugins:nexus-staging-maven-plugin"
19+
java-production-dependencies:
20+
patterns:
21+
- "*"
22+
exclude-patterns:
23+
- "org.apache.maven.plugins:*"
24+
- "org.sonatype.plugins:nexus-staging-maven-plugin"
25+
- "org.junit.jupiter:*"
26+
- "org.mockito:*"
27+
28+
29+
- package-ecosystem: "github-actions"
30+
directory: "/" # even for `.github/workflows`
31+
schedule:
32+
interval: "monthly"
33+
groups:
34+
github-actions:
35+
patterns:
36+
- "*"
37+
labels:
38+
- "ci"

0 commit comments

Comments
 (0)