Skip to content

Commit e2558bb

Browse files
Copilotinfeo
andauthored
Simplify dependabot: single maven group, monthly cadence (#347)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: infeo <9036915+infeo@users.noreply.github.com>
1 parent 34a0011 commit e2558bb

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,15 @@ updates:
33
- package-ecosystem: "maven"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
day: "monday"
8-
time: "06:00"
9-
timezone: "Etc/UTC"
6+
interval: "monthly"
107
ignore:
118
# due to https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/68
129
- dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"
1310
versions: ["3.5.4", "3.5.5"]
1411
groups:
15-
java-test-dependencies:
16-
patterns:
17-
- "org.junit.jupiter:*"
18-
- "org.mockito:*"
19-
- "org.hamcrest:*"
20-
- "com.google.jimfs:jimfs"
21-
maven-build-plugins:
22-
patterns:
23-
- "org.apache.maven.plugins:*"
24-
- "org.jacoco:jacoco-maven-plugin"
25-
- "org.owasp:dependency-check-maven"
26-
- "org.sonatype.central:central-publishing-maven-plugin"
27-
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
28-
java-production-dependencies:
12+
maven-dependencies:
2913
patterns:
3014
- "*"
31-
exclude-patterns:
32-
- "org.apache.maven.plugins:*"
33-
- "org.jacoco:jacoco-maven-plugin"
34-
- "org.owasp:dependency-check-maven"
35-
- "org.sonatype.central:central-publishing-maven-plugin"
36-
- "me.fabriciorby:maven-surefire-junit5-tree-reporter"
37-
- "org.junit.jupiter:*"
38-
- "org.mockito:*"
39-
- "org.hamcrest:*"
40-
- "com.google.jimfs:jimfs"
4115

4216

4317
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)