Skip to content

Commit

Permalink
Merge pull request #638 from faergeek/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
faergeek authored Dec 30, 2024
2 parents 29f31c7 + 05be7db commit f2b51f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"extends": ["config:base", ":semanticCommits"],
"lockFileMaintenance": { "enabled": true },
"extends": ["config:recommended", ":semanticCommits"],
"lockFileMaintenance": {
"enabled": true
},
"rangeStrategy": "update-lockfile"
}

0 comments on commit f2b51f6

Please sign in to comment.