Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 0c1a197 commit e461bf0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":combinePatchMinorReleases",
":enableVulnerabilityAlertsWithLabel(vulnerability)",
":prConcurrentLimit10",
Expand All @@ -19,16 +19,15 @@
"group:linters",
"group:monorepos",
"npm:unpublishSafe",
"regexManagers:dockerfileVersions",
"customManagers:dockerfileVersions",
"replacements:all"
],
"rangeStrategy": "update-lockfile",
"supportPolicy": ["lts_latest"],
"dependencyDashboardAutoclose": true,
"platformAutomerge": true,
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true
},
"stabilityDays": 3
"minimumReleaseAge": "3 days"
}

0 comments on commit e461bf0

Please sign in to comment.