Add dependabot config (#11328)
This commit is contained in:
parent
0c1b7987c6
commit
e8f742a319
|
|
@ -0,0 +1,15 @@
|
|||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 20
|
||||
# Ignore major version updates
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major"]
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "03:00"
|
||||
timezone: "US/Eastern"
|
||||
Loading…
Reference in New Issue