.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
This commit is contained in:
Aminda Suomalainen 2024-07-05 15:35:16 +03:00
parent bf01b73bd0
commit d4c800488d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -5,6 +5,7 @@
"git-submodules": { "git-submodules": {
"enabled": true "enabled": true
}, },
"mode": "full",
"pre-commit": { "pre-commit": {
"enabled": true "enabled": true
} }