Tried pub scan
This commit is contained in:
@@ -2,5 +2,18 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"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