chore(deps): ignore miuix in renovatebot

This commit is contained in:
Miuzarte
2026-07-13 12:28:07 +08:00
parent a2937f5fe1
commit d1e20c2a6b
2 changed files with 13 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ androidxNavigation3 = "1.1.4"
junit = "4.13.2" junit = "4.13.2"
androidxJunit = "1.3.0" androidxJunit = "1.3.0"
espressoCore = "3.7.0" espressoCore = "3.7.0"
miuix = "0.9.0" miuix = "0.9.3"
backdrop = "1.0.6" backdrop = "1.0.6"
material = "1.14.0" material = "1.14.0"
reorderable = "3.1.0" reorderable = "3.1.0"

View File

@@ -7,5 +7,15 @@
"git-submodules": { "git-submodules": {
"enabled": false "enabled": false
}, },
"schedule": ["before 6am on Monday"] "schedule": [
} "before 6am on Monday"
],
"packageRules": [
{
"matchPackageNames": [
"miuix"
],
"enabled": false
}
]
}