mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
22 lines
490 B
YAML
22 lines
490 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "Europe/Paris"
|
|
labels:
|
|
- ":game_die: dependencies"
|
|
- ":robot: bot"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "06:00"
|
|
timezone: "Europe/Paris"
|
|
allow:
|
|
- dependency-type: "production"
|
|
labels:
|
|
- ":game_die: dependencies"
|
|
- ":robot: bot"
|