mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-06 01:54:38 +03:00
25 lines
671 B
Plaintext
25 lines
671 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
|
"assignees": ["valentineus"],
|
|
"rangeStrategy": "bump",
|
|
"updateLockFiles": true,
|
|
"binarySource": "global",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "all digest updates",
|
|
"groupSlug": "all-digest",
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"matchPackageNames": ["*"],
|
|
"postUpgradeTasks": {
|
|
"commands": ["npm install"],
|
|
"fileFilters": ["package.json"]
|
|
}
|
|
}
|
|
],
|
|
"npm": {
|
|
"enabled": true,
|
|
"stabilityDays": 3,
|
|
"postUpdateOptions": ["npmDedupe"]
|
|
}
|
|
} |