Actions & PR Template verbessern #223
@@ -2,5 +2,18 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended"],
|
||||||
"onboarding": false,
|
"onboarding": false,
|
||||||
"requireConfig": "optional"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user