mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
3f645405d5
Signed-off-by: viceice <michael.kriese@gmx.de>
37 lines
953 B
JSON
37 lines
953 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"
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"automergeStrategy": "merge-commit",
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodUpdateImportPaths"
|
|
],
|
|
"internalChecksFilter": "strict",
|
|
"osvVulnerabilityAlerts": true,
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable actions/cascading-pr for now <https://github.com/renovatebot/renovate/issues/28120>",
|
|
"matchDepNames": [
|
|
"actions/cascading-pr"
|
|
],
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|