Skip to content

Commit 7702ea5

Browse files
authored
Update renovate config (hestiacp#3840)
1 parent 2c46c3e commit 7702ea5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

renovate.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"reviewers": ["jaapmarcus"],
3+
"extends": [
4+
"config:best-practices",
5+
":pinAllExceptPeerDependencies",
6+
":disableDependencyDashboard",
7+
"group:allNonMajor",
8+
"schedule:earlyMondays"
9+
],
410
"enabledManagers": ["npm", "composer", "github-actions"],
511
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
6-
"branchPrefix": "dependencies",
7-
"bumpVersion": "patch",
8-
"extends": ["config:recommended", "group:allNonMajor", "schedule:earlyMondays"]
12+
"reviewers": ["jaapmarcus"],
13+
"branchPrefix": "dependencies"
914
}

0 commit comments

Comments
 (0)