1
0
mirror of https://github.com/hestiacp/hestiacp.git synced 2025-02-06 09:26:41 +00:00
hestiacp/renovate.json
Alec Rust 3a4ab5fbcc
Remove unnecessary enabledManagers option from Renovate config
This is only needed if you want to exclude a manager.
2024-02-13 17:20:01 +00:00

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"]
}