Skip to content

Commit

Permalink
deps(renovate): improve renovate config
Browse files Browse the repository at this point in the history
Refs: https://docs.renovatebot.com/configuration-options/

Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
DerekNonGeneric authored Aug 17, 2022
1 parent 7c91cc3 commit 001e81d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": ["config:base", "github>whitesource/merge-confidence:beta"],
"lockFileMaintenance": { "enabled": true },
"postUpdateOptions": ["npmDedupe"],
"platformCommit": true,
"rangeStrategy": "pin",
"semanticCommits": "enabled"
}
4 changes: 0 additions & 4 deletions renovate.json

This file was deleted.

0 comments on commit 001e81d

Please sign in to comment.