Skip to content

Commit

Permalink
Merge pull request #4 from dochang/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
dochang authored Jul 12, 2023
2 parents 0d5ab3a + 2f9c9e1 commit bcf8bdc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
// Combine all minor and patch updates to one branch/PR.
// https://stackoverflow.com/a/67071518
// https://docs.renovatebot.com/presets-group/#groupallnonmajor
}

0 comments on commit bcf8bdc

Please sign in to comment.