mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
fix(renovate): allow Anvil to auto-update
With a blocklist on k1.8 builds
This commit is contained in:
parent
3112dc7c95
commit
5217eb411d
1 changed files with 3 additions and 3 deletions
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
|
@ -45,10 +45,10 @@
|
||||||
"groupName": "Sentry"
|
"groupName": "Sentry"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackagePatterns": [
|
||||||
"com.squareup.anvil",
|
"^com.squareup.anvil"
|
||||||
],
|
],
|
||||||
"enabled": false,
|
"allowedVersions": "!/.*-1-8$/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue