Skip to content

Commit

Permalink
chore: moving, adjusting, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Dec 7, 2024
1 parent 097aa2a commit fedabe1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 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
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit fedabe1

Please sign in to comment.