web/.github/dependabot.yml

27 lines
566 B
YAML
Raw Normal View History

2023-09-08 18:41:28 +03:00
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
versioning-strategy: increase
groups:
bundler:
dependency-type: "production"
schedule:
interval: "monthly"
2023-09-08 18:41:28 +03:00
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
groups:
npm:
dependency-type: "development"
schedule:
interval: "monthly"
2023-09-08 18:41:28 +03:00
- package-ecosystem: "github-actions"
directory: "/"
groups:
gh-actions:
update-types:
- "major"
schedule:
interval: "monthly"