mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-30 04:40:25 +00:00
chore: tweak renovate config
This commit is contained in:
@@ -15,34 +15,28 @@
|
||||
"replacements:all",
|
||||
"workarounds:all"
|
||||
],
|
||||
"dependencyDashboardLabels": [
|
||||
"no-stale"
|
||||
],
|
||||
"dependencyDashboardLabels": ["no-stale"],
|
||||
"lockFileMaintenance": {
|
||||
"extends": [
|
||||
"group:all"
|
||||
],
|
||||
"extends": ["group:all"],
|
||||
"commitMessageAction": "Update"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"patch"
|
||||
],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"groupName": "devDependencies (patch)",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"eslint"
|
||||
],
|
||||
"matchPackagePatterns": ["eslint"],
|
||||
"groupName": "eslint"
|
||||
}
|
||||
],
|
||||
"digest": {
|
||||
"enabled": false
|
||||
},
|
||||
"assigneesFromCodeOwners": true,
|
||||
"configMigration": true,
|
||||
"separateMinorPatch": false,
|
||||
"separateMajorMinor": true,
|
||||
"separateMultipleMajor": true,
|
||||
|
||||
Reference in New Issue
Block a user