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

Migrate config .renovaterc

This commit is contained in:
renovate[bot] 2025-01-23 22:32:09 +00:00 committed by GitHub
parent f2bd75ac67
commit 5c0ed9cf56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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