Files
dotfiles/renovate.json
2024-09-15 21:50:50 +02:00

12 lines
232 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"baseBranches": ["server", "desktop/common"],
"ignoreTests": true,
"git-submodules": {
"enabled": true
}
}