mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
chore(renovate): use shared preset
This commit is contained in:
parent
627ef246c6
commit
bda54ca5fc
1 changed files with 1 additions and 35 deletions
|
@ -1,38 +1,4 @@
|
|||
{
|
||||
"$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"
|
||||
],
|
||||
"reviewers": ["earl-warren"],
|
||||
"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
|
||||
}
|
||||
]
|
||||
"extends": ["local>forgejo/renovate-config"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue