Skip to content

Commit 5c35d6b

Browse files
authored
Configure Dependabot (#21)
1 parent bf01720 commit 5c35d6b

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
log-dependencies:
9+
patterns:
10+
- "org.slf4j*"
11+
- "org.apache.logging.log4j*"
12+
test-dependencies:
13+
patterns:
14+
- "org.junit*"
15+
- "org.assertj*"
16+
- "*junit*"
17+
- "org.mockito*"
18+
- "org.testcontainers*"
19+
- "org.awaitility*"
20+
plugins:
21+
patterns:
22+
- "com.bakdata.release"
23+
- "com.bakdata.sonar"
24+
- "com.bakdata.sonatype"
25+
freefair-plugins:
26+
patterns:
27+
- "io.freefair*"
28+
29+
- package-ecosystem: "github-actions"
30+
directory: "/"
31+
schedule:
32+
interval: "monthly"
33+
groups:
34+
ci-templates:
35+
patterns:
36+
- "bakdata/ci-templates*"

0 commit comments

Comments
 (0)