codex-factory/.github/dependabot.yml
2022-05-30 16:29:13 +02:00

14 lines
357 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Always increase the version in package.json as well (for patch versions by default only package-lock.json i updated)
versioning-strategy: increase