runner/renovate.json
viceice 3f645405d5 chore(renovate): disable actions/cascading-pr
Signed-off-by: viceice <michael.kriese@gmx.de>
2024-08-12 10:36:01 +00:00

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
}
]
}