mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 01:18:48 +03:00
Updated Renovate configuration to include range strategy and enabled npm settings with stability days and post-update options.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
||||||
"assignees": ["valentineus"],
|
"assignees": ["valentineus"],
|
||||||
|
"rangeStrategy": "bump",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "all digest updates",
|
"groupName": "all digest updates",
|
||||||
@@ -9,5 +10,10 @@
|
|||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
"matchPackageNames": ["*"]
|
"matchPackageNames": ["*"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"npm": {
|
||||||
|
"enabled": true,
|
||||||
|
"stabilityDays": 3,
|
||||||
|
"postUpdateOptions": ["npmDedupe"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user