chore(renovate): add some basic renovate settings

Signed-off-by: viceice <michael.kriese@gmx.de>
pull/234/head
viceice 2024-08-12 10:10:13 +00:00
parent 4ef4b2d5cc
commit d148278969
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":approveMajorUpdates",
":maintainLockFilesWeekly",
"group:linters",
"schedule:daily",
"schedule:automergeDaily",
"local>forgejo-contrib/forgejo-renovate//go.json"
],
"ignorePresets": [
":semanticPrefixFixDepsChoreOthers",
"docker:pinDigests",
"helpers:pinGitHubActionDigests"
]
} }