shell-things/.renovate-shared.json
Aminda Suomalainen d4c800488d
.renovate-shared.json: switch to full mode from silent mode
If my repository is supposed to use renovate, it will refer to this file anyway
2024-07-05 15:35:16 +03:00

13 lines
156 B
JSON

{
"extends": [
"config:recommended"
],
"git-submodules": {
"enabled": true
},
"mode": "full",
"pre-commit": {
"enabled": true
}
}