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