mirror of
https://github.com/docker/login-action.git
synced 2024-11-06 08:55:56 -05:00
19 lines
388 B
YAML
19 lines
388 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
labels:
|
||
|
- ":game_die: dependencies"
|
||
|
- ":robot: bot"
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
allow:
|
||
|
- dependency-type: "production"
|
||
|
labels:
|
||
|
- ":game_die: dependencies"
|
||
|
- ":robot: bot"
|