Update renovate.json

This commit is contained in:
Ben C 2023-07-24 23:06:13 -04:00
parent 9950e610b6
commit fd80a9fd66
No known key found for this signature in database
GPG Key ID: 556064B755159BBC

View File

@ -15,7 +15,6 @@
"cargo": {
"enabled": true
},
"ignoreTests": true,
"packageRules": [
{
"matchUpdateTypes": [
@ -92,16 +91,14 @@
"paths": [
"owmods_gui/frontend/**"
],
"matchManagers": [
"npm"
],
"labels": [
"gui",
"dependencies"
],
"groupName": "GUI Frontend",
"groupSlug": "js",
"commitMessagePrefix": "[CHORE]"
"commitMessagePrefix": "[CHORE]",
"rangeStrategy": "pin"
}
]
}