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

13 lines
375 B
Plaintext
Raw Normal View History

2025-05-08 13:12:45 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"assignees": ["valentineus"],
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["*"]
2025-05-08 13:12:45 +00:00
}
]
}