chore(renovate): add some basic renovate settings
Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
4ef4b2d5cc
commit
d148278969
1 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue