Skip to content

Commit

Permalink
chore: reenable renovate :preserveSemverRanges preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Mar 2, 2024
1 parent b787e71 commit 1a9ccd0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
"extends": [
"config:recommended",
":enablePreCommit",
":automergePatch",
":preserveSemverRanges",
":semanticCommits"
],
"labels": ["dependencies"],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"schedule": ["after 4am and before 5am on monday"]
}
},
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 1a9ccd0

Please sign in to comment.