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

This commit is contained in:
Mend Renovate
2024-11-11 13:28:31 +00:00
committed by GitHub
parent e2f1aaed9d
commit e05c83832d
+7 -2
View File
@@ -1,4 +1,9 @@
{
"extends": ["config:base"],
"ignorePaths": ["notebooks", "community-content"]
"extends": [
"config:recommended"
],
"ignorePaths": [
"notebooks",
"community-content"
]
}