Skip to content

Commit

Permalink
chore: updating renovate to only update to patch and minor [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 25, 2024
1 parent 5e2a1e1 commit f0fbbdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"node"
],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
"versioning": "node",
"matchUpdateTypes": [
"patch",
"minor"
]
}
]
}

0 comments on commit f0fbbdf

Please sign in to comment.