-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
28 lines (28 loc) · 743 Bytes
/
dependabot.yml
File metadata and controls
28 lines (28 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
day: 'friday'
time: '02:00'
open-pull-requests-limit: 10
groups:
maven-plugins:
patterns:
- "org.apache.maven.plugins:*"
- "org.moditect:moditect-maven-plugin"
- "org.sonatype.central:central-publishing-maven-plugin"
- "org.codehaus.mojo:build-helper-maven-plugin"
test-dependencies:
patterns:
- "org.junit.jupiter:junit-jupiter"
- "org.mockito:mockito-junit-jupiter"
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"