mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
ci(deps): Renovate auto update.
This commit is contained in:
+24
-2
@@ -3,11 +3,33 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"description": "Automerge minor and patch updates",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
],
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge non-build-impact updates",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"digest",
|
||||||
|
"pin",
|
||||||
|
"lockFileMaintenance"
|
||||||
|
],
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Never update minecraft/spigot/bukkit related dependencies",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"/.*minecraft.*/i",
|
||||||
|
"/.*spigot.*/i",
|
||||||
|
"/.*bukkit.*/i"
|
||||||
|
],
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user