* Fixed extra commas in renovate.json

* Change README link from tutorials to community content
This commit is contained in:
Karl Weinmeister
2021-10-22 19:55:02 -04:00
committed by GitHub
parent d79efdabac
commit e5d47a3a00
2 changed files with 3 additions and 9 deletions
+2 -8
View File
@@ -1,10 +1,4 @@
{
"extends": [
"config:base"
],
"ignorePaths" : [
"notebooks",
"community-content",
],
"extends": ["config:base"],
"ignorePaths": ["notebooks", "community-content"]
}