mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-25 19:18:42 -05:00
This will reduce the number of files that need to be managed and dependencies that need updated at the same time.
13 lines
254 B
YAML
13 lines
254 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: docker
|
|
directory: "/docker/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: bundler
|
|
directory: "/docker/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|