Skip to content

Commit

Permalink
Renovate tweaks (#32)
Browse files Browse the repository at this point in the history
Align with how we use it in different repos:
* Weekly schedule
* Group `Npm` patch and minor releases in one PR
  • Loading branch information
osmestad authored Jan 29, 2024
1 parent 926ebbd commit eb6f96c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [{
"description": "Group Npm packages",
"groupName": "Npm non-major dependencies",
"groupSlug": "npm-minor-patch",
"matchDatasources": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}],
"schedule": [
"every weekend"
]
}

0 comments on commit eb6f96c

Please sign in to comment.