Created
December 18, 2022 10:49
-
-
Save krzdabrowski/1e5c699fe0cbe823639d207ecf606e54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |
"extends": [ | |
"config:base" | |
], | |
"labels": [ | |
"dependency-update" | |
], | |
"packageRules": [ | |
{ | |
"matchPackagePatterns": [ | |
"*" | |
], | |
"matchUpdateTypes": [ | |
"minor", | |
"patch" | |
], | |
"groupName": "dependencies for minor & patch changes", | |
"groupSlug": "minor-and-patch-changes" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment