Move Renovate configuration to GitHub folder (#1930)

This commit is contained in:
Jake Wharton
2025-01-08 13:35:05 -05:00
committed by GitHub
parent fc23aebcbc
commit e759644427

6
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}