Migrate renovate config (#1572)

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Mend Renovate 2024-12-12 21:39:46 +01:00 committed by GitHub
parent e86aeee9c4
commit 69320e4d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": ["config:recommended"],
"labels": ["Dependencies"], "labels": ["Dependencies"],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"packageRules": [ "packageRules": [
@ -8,6 +8,6 @@
"groupName": "GitHub Actions", "groupName": "GitHub Actions",
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"pinDigests": true, "pinDigests": true,
} },
] ],
} }