chore(deps): ignore miuix in renovatebot
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user