mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 08:45:46 -05: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"
|