Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Simplify renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnolan committed Dec 12, 2022
1 parent afb0f8f commit 7bff562
Showing 1 changed file with 7 additions and 45 deletions.
52 changes: 7 additions & 45 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"branchPrefix": "renovate-",
"commitMessageAction": "Renovate Update",
"labels": [
"Dependencies",
"Renovate"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"automerge": true,
"labels": ["dependencies"]
},
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"labels": ["dependencies", "breaking"]
},
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["digest"],
"groupName": "all digests",
"groupSlug": "all-digest-patch",
"automerge": true,
"schedule": ["before 3am on Monday"],
"labels": ["digest"]
}
],
"vulnerabilityAlerts": {
"groupName": "Vulnerability Patches",
"dependencyDashboardApproval": false,
"stabilityDays": 0,
"rangeStrategy": "update-lockfile",
"commitMessagePrefix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability",
"prCreation": "immediate",
"prPriority": 2
}
"config:base",
"schedule:daily",
":pinAllExceptPeerDependencies",
":automergeAll",
"npm:unpublishSafe",
"group:all"
]
}

0 comments on commit 7bff562

Please sign in to comment.