ghaction-github-pages/.github/dependabot.yml

21 lines
441 B
YAML
Raw Normal View History

2020-03-24 18:33:41 +08:00
version: 2
updates:
2020-06-11 01:43:04 +08:00
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "08:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"
2020-03-24 18:33:41 +08:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"