mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 20:10:18 +08:00
26 lines
507 B
YAML
26 lines
507 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "bundler"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
versioning-strategy: increase
|
||
|
groups:
|
||
|
npm:
|
||
|
update-types:
|
||
|
- "major"
|
||
|
- "minor"
|
||
|
- "patch"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
groups:
|
||
|
gh-actions:
|
||
|
update-types:
|
||
|
- "major"
|
||
|
schedule:
|
||
|
interval: "weekly"
|