experimental renovate configuration

This commit is contained in:
Aminda Suomalainen 2024-07-05 14:13:16 +03:00
parent 447dcfdf08
commit 45e84c40a7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 13 additions and 0 deletions

5
.github/renovate.json5 vendored Normal file
View File

@ -0,0 +1,5 @@
/** @format */
{
extends: ["local>Mikaela/shell-things:rc//renovate"],
}

8
rc/renovate.json Normal file
View File

@ -0,0 +1,8 @@
{
"extends": [
"config:recommended"
],
"pre-commit": {
"enabled": true
}
}