Skip to content

Commit

Permalink
chore: Configure Renovate (#525)
Browse files Browse the repository at this point in the history
* Add renovate.json

* chore: moving renovate, formatting and adjusting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicholas <[email protected]>
  • Loading branch information
renovate[bot] and nicholasgriffintn authored Dec 7, 2024
1 parent e09c759 commit 71001e8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":combinePatchMinorReleases",
":enableVulnerabilityAlertsWithLabel(vulnerability)",
":prConcurrentLimit10",
":prHourlyLimit4",
":prNotPending",
":preserveSemverRanges",
":rebaseStalePrs",
":semanticCommits",
":semanticPrefixFixDepsChoreOthers",
":label(dependencies)",
":timezone(Europe/London)",
"docker:enableMajor",
"docker:pinDigests",
"group:postcss",
"group:linters",
"group:monorepos",
"npm:unpublishSafe",
"regexManagers:dockerfileVersions",
"replacements:all"
],
"rangeStrategy": "update-lockfile",
"supportPolicy": ["lts_latest"],
"dependencyDashboardAutoclose": true,
"platformAutomerge": true,
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true
},
"stabilityDays": 3
}

0 comments on commit 71001e8

Please sign in to comment.