fix(renovate): allow Anvil to auto-update

With a blocklist on k1.8 builds
This commit is contained in:
Harsh Shandilya 2024-01-07 03:31:05 +05:30
parent 3112dc7c95
commit 5217eb411d

View file

@ -45,10 +45,10 @@
"groupName": "Sentry" "groupName": "Sentry"
}, },
{ {
"matchPackageNames": [ "matchPackagePatterns": [
"com.squareup.anvil", "^com.squareup.anvil"
], ],
"enabled": false, "allowedVersions": "!/.*-1-8$/",
}, },
], ],
"regexManagers": [ "regexManagers": [