31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"onboarding": false,
|
|
"requireConfig": "optional",
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"enabledManagers": ["pub", "gradle", "gradle-wrapper", "github-actions", "dockerfile"],
|
|
"pub": {
|
|
"enabled": true,
|
|
"fileMatch": ["(^|/)pubspec\\.yaml$"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["pub"],
|
|
"rangeStrategy": "bump"
|
|
},
|
|
{
|
|
"matchManagers": ["pub"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "dart dependencies (non-major)",
|
|
"groupSlug": "dart-non-major"
|
|
},
|
|
{
|
|
"matchManagers": ["pub"],
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "dart dependencies (major)",
|
|
"groupSlug": "dart-major"
|
|
}
|
|
]
|
|
} |