import-gpg/.github/dependabot.yml

23 lines
490 B
YAML
Raw Normal View History

2020-05-03 20:46:05 +02:00
version: 2
updates:
2020-06-10 19:44:49 +02:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2020-06-10 22:21:27 +02:00
time: "06:00"
2020-06-10 19:44:49 +02:00
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"
2020-05-03 20:46:05 +02:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
2020-06-10 22:21:27 +02:00
allow:
- dependency-type: "production"
2020-05-03 20:46:05 +02:00
labels:
- ":game_die: dependencies"
- ":robot: bot"