Skip to content

Commit

Permalink
chore(deps): update renovate to ignore patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zageron authored May 8, 2024
1 parent 9b94221 commit 4299f08
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": [
"major",
"minor"
],
"automerge": true
}
]
Expand Down

0 comments on commit 4299f08

Please sign in to comment.