-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathdependabot.yml
More file actions
30 lines (29 loc) · 907 Bytes
/
dependabot.yml
File metadata and controls
30 lines (29 loc) · 907 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
29
30
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
patterns:
- "*"
ignore:
- dependency-name: "com.google.errorprone:error_prone_core"
update-types: ["version-update:semver-major"]
- dependency-name: "com.uber.nullaway:nullaway"
update-types: ["version-update:semver-major"]
- dependency-name: "org.junit:junit-bom"
update-types: ["version-update:semver-major"]
- dependency-name: "org.apache.tomcat.embed:tomcat-embed-core"
update-types: ["version-update:semver-major"]
- dependency-name: "org.mockito:mockito-core"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"