vmpooler-deployment/.github/dependabot.yml
Jake Spain 71b4edcd1d
Consolidate dockerfiles and add docs for development
This will reduce the number of files that need to be managed and dependencies that need updated at the same time.
2023-01-27 11:44:48 -05:00

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