mirror of
https://github.com/docker/build-push-action.git
synced 2026-03-31 12:19:13 +00:00
28 lines
550 B
YAML
28 lines
550 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 2
|
|
groups:
|
|
crazy-max-dot-github:
|
|
patterns:
|
|
- "crazy-max/.github/*"
|
|
labels:
|
|
- "dependencies"
|
|
- "bot"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 2
|
|
versioning-strategy: "increase"
|
|
allow:
|
|
- dependency-type: "production"
|
|
labels:
|
|
- "dependencies"
|
|
- "bot"
|