mirror of https://code.forgejo.org/forgejo/runner
18 lines
435 B
JSON
18 lines
435 B
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"
|
|
]
|
|
}
|