You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
396 B
YAML
19 lines
396 B
YAML
# `dependabot.yml` file with
|
|
# maven version update.
|
|
|
|
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"
|