Browse Source

Update renovate.json

Try to get it to run even though the repo is a fork
Matt Rubens 9 months ago
parent
commit
4a13d4b475
1 changed files with 2 additions and 1 deletions
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

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