Skip to content

Commit

Permalink
ci(renovate): Disable lockfile-only updates
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Feb 7, 2025
1 parent ce98c34 commit cf18194
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": [
"config:base"
"extends": ["config:recommended"],
"rangeStrategy": "replace",
"packageRules": [
{
"semanticCommitType": "chore",
"matchPackageNames": ["*"]
}
]
}

0 comments on commit cf18194

Please sign in to comment.