Actions & PR Template verbessern #223

Merged
flixcoo merged 42 commits from setup/222-actions-&-pr-template-verbessern into development 2026-05-22 19:13:00 +00:00
Showing only changes of commit 062245abd5 - Show all commits

View File

@@ -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"
}
]
} }