mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 19:56:09 +08:00
19 lines
350 B
YAML
19 lines
350 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
labels:
|
||
|
- "dependencies"
|
||
|
- "bot"
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "daily"
|
||
|
allow:
|
||
|
- dependency-type: "production"
|
||
|
labels:
|
||
|
- "dependencies"
|
||
|
- "bot"
|