Skip to content

Commit

Permalink
chore: tweak renovate config
Browse files Browse the repository at this point in the history
Matching what we use elsewhere.
  • Loading branch information
tackley committed Oct 18, 2023
1 parent c27a99b commit 6b2023f
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@
"local>brave/renovate-config",
"config:js-app",
":semanticCommits",
"npm:unpublishSafe"
":semanticCommitTypeAll(chore)",
"npm:unpublishSafe",
"helpers:pinGitHubActionDigests",
"group:allNonMajor",
"schedule:weekends"
],
"labels": ["dependencies"],
"postUpdateOptions": ["npmDedupe"],
"packageRules": [
{
"matchDatasources": ["npm"],
"minimumReleaseAge": "4 days"
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchDatasources": ["npm"]
}
]
"postUpdateOptions": ["npmDedupe"]
}

0 comments on commit 6b2023f

Please sign in to comment.