ruffle/.github/dependabot.yml

14 lines
293 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: cargo
directory: "/."
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/web"
schedule:
interval: monthly
open-pull-requests-limit: 10
versioning-strategy: increase