Add Renovate configuration files
All checks were successful
Test / test (push) Successful in 37s
Test / test (pull_request) Successful in 37s

This commit is contained in:
Valentin Popov 2024-09-11 21:00:35 +00:00
parent d3034596b7
commit 97aa90a605
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
3 changed files with 30 additions and 1 deletions

24
.renovaterc Normal file
View File

@ -0,0 +1,24 @@
{
"assignees": [
"valentineus"
],
"extends": [
"config:recommended",
":disableDependencyDashboard"
],
"packageRules": [
{
"groupName": "all digest updates",
"groupSlug": "all-digest",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
]
}
]
}

1
CNAME
View File

@ -1 +0,0 @@
popov.link

6
renovate.config.cjs Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
endpoint: "https://code.popov.link",
gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
optimizeForDisabled: true,
platform: "gitea",
};