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