We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf01720 commit 5c35d6bCopy full SHA for 5c35d6b
1 file changed
.github/dependabot.yaml
@@ -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
14
+ - "org.junit*"
15
+ - "org.assertj*"
16
+ - "*junit*"
17
+ - "org.mockito*"
18
+ - "org.testcontainers*"
19
+ - "org.awaitility*"
20
+ plugins:
21
22
+ - "com.bakdata.release"
23
+ - "com.bakdata.sonar"
24
+ - "com.bakdata.sonatype"
25
+ freefair-plugins:
26
27
+ - "io.freefair*"
28
+
29
+ - package-ecosystem: "github-actions"
30
31
32
33
34
+ ci-templates:
35
36
+ - "bakdata/ci-templates*"
0 commit comments