planetiler/.github/dependabot.yml

37 wiersze
949 B
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
directory: "/flatmap-examples"
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:30"
timezone: America/New_York
labels:
- dependencies
ignore:
- dependency-name: "com.onthegomap.flatmap:*"
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:30"
timezone: America/New_York
labels:
- dependencies