mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24:22 +00:00
14 lines
303 B
JSON
14 lines
303 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"baseBranches": ["server", "desktop/common"],
|
|
"ignoreTests": true,
|
|
"git-submodules": {
|
|
"enabled": true,
|
|
"automerge": true
|
|
},
|
|
"schedule": ["on the first day of the week"]
|
|
}
|