mirror of
https://github.com/hestiacp/hestiacp.git
synced 2025-02-06 09:26:41 +00:00
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"branchPrefix": "dependencies/",
|
|
"extends": [
|
|
"config:recommended",
|
|
"schedule:weekly",
|
|
"group:allNonMajor",
|
|
"group:linters",
|
|
":automergeLinters",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
|
|
"rangeStrategy": "bump",
|
|
"reviewers": ["jaapmarcus"]
|
|
}
|