1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:09:47 +08:00

ci(deps): Renovate auto update.

This commit is contained in:
2026-05-13 03:10:53 +08:00
committed by GitHub
parent d67984f5a1
commit b41b5418a3
+23 -1
View File
@@ -5,9 +5,31 @@
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"description": "Automerge minor and patch updates",
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"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
}
]
}