mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
14 lines
375 B
YAML
14 lines
375 B
YAML
# Keep the three runtime deps and the CI actions patched. Dependabot opens
|
|
# PRs; CI runs the offline test suite against them before anything merges.
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 5
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|