0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/.renovaterc

17 lines
347 B
Plaintext
Raw Normal View History

{
"extends": ["config:recommended"],
"automerge": true,
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"matchUpdateTypes": ["security"],
"enabled": false
}
]
}