planetiler/.github/dependabot.yml

38 wiersze
1.0 KiB
YAML
Czysty Zwykły widok Historia

2021-10-23 10:32:33 +00:00
# Configure dependabot automatic version upgrades
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2021-10-20 01:57:47 +00:00
version: 2
updates:
- package-ecosystem: maven
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:30"
timezone: America/New_York
labels:
- dependencies
ignore:
- dependency-name: "com.graphhopper:graphhopper-reader-osm"
- package-ecosystem: maven
# workaround for https://github.com/dependabot/dependabot-core/issues/4425
directory: "/.github/planetiler-examples-dependabot"
2021-10-20 01:57:47 +00:00
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:30"
timezone: America/New_York
labels:
- dependencies
ignore:
- dependency-name: "com.onthegomap.planetiler:*"
2021-10-20 01:57:47 +00:00
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:30"
timezone: America/New_York
labels:
- dependencies