Merge pull request 'chore(renovate): more settings' (#235) from viceice-patch-1 into main

Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/235
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
pull/237/head
Michael Kriese 2024-08-12 11:04:59 +00:00
commit 74708d8c82
1 changed files with 20 additions and 0 deletions

View File

@ -13,5 +13,25 @@
":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
}
]
}