chore(config): migrate config renovate.json (#1050)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-07-22 10:23:36 +07:00 committed by GitHub
parent b059135b80
commit e9437d6674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{
"baseBranches": [
"baseBranchPatterns": [
"master"
],
"rebaseWhen": "conflicted",
@ -14,7 +14,9 @@
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"pinDigests": true
}
]