mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
Aminda Suomalainen
d4c800488d
If my repository is supposed to use renovate, it will refer to this file anyway
13 lines
156 B
JSON
13 lines
156 B
JSON
{
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"git-submodules": {
|
|
"enabled": true
|
|
},
|
|
"mode": "full",
|
|
"pre-commit": {
|
|
"enabled": true
|
|
}
|
|
}
|