chore(config): migrate config .github/renovate.json (#422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-22 12:16:10 -07:00
committed by GitHub
parent fc52d21c59
commit 7800a9ffed
+4 -2
View File
@@ -35,8 +35,10 @@
"pinDigests": true
},
{
"matchPackagePatterns": ["^@hyperframes/"],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/^@hyperframes//"
]
}
]
}