mirror of
https://gitee.com/actions-mirror/docker-build-push-action
synced 2026-06-04 09:31:46 +08:00
13 lines
252 B
YAML
13 lines
252 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
allow:
|
|
- dependency-type: "production"
|