Kristan Kenney 2 лет назад
Родитель
Сommit
bf3de1f393
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      renovate.json

+ 14 - 0
renovate.json

@@ -0,0 +1,14 @@
+{
+	"$schema": "https://docs.renovatebot.com/renovate-schema.json",
+	"extends": [
+		"config:best-practices",
+		":pinAllExceptPeerDependencies",
+		":disableDependencyDashboard",
+		"group:allNonMajor",
+		"schedule:earlyMondays"
+	],
+	"enabledManagers": ["npm", "composer", "github-actions"],
+	"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
+	"reviewers": ["jaapmarcus"],
+	"branchPrefix": "dependencies"
+}