mirror of https://code.forgejo.org/forgejo/runner
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
commit
74708d8c82
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue