0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Adding Renovate configuration and updating dependencies

This commit is contained in:
2025-01-23 22:15:33 +00:00
parent 5e4542edcb
commit f2025da4fd
3 changed files with 615 additions and 494 deletions

12
.renovaterc Normal file
View File

@ -0,0 +1,12 @@
{
"extends": ["config:recommended"],
"automerge": true,
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
}