mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-06 18:13:34 +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:
parent
da49ba84ba
commit
b5bc0bc56a
@ -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"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user