web/.github/dependabot.yml

26 lines
507 B
YAML
Raw Normal View History

2023-09-08 18:41:28 +03:00
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
2023-09-08 18:41:28 +03:00
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
groups:
npm:
2024-05-03 19:41:00 +03:00
update-types:
- "major"
- "minor"
- "patch"
2023-09-08 18:41:28 +03:00
schedule:
interval: "weekly"
2023-09-08 18:41:28 +03:00
- package-ecosystem: "github-actions"
directory: "/"
groups:
gh-actions:
update-types:
- "major"
schedule:
interval: "weekly"