mirror of
https://github.com/docker/metadata-action.git
synced 2024-11-05 03:35:39 +01:00
05b244eb76
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
20 lines
386 B
YAML
20 lines
386 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "dependencies"
|
|
- "bot"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
versioning-strategy: "increase"
|
|
allow:
|
|
- dependency-type: "production"
|
|
labels:
|
|
- "dependencies"
|
|
- "bot"
|