diff options
| -rw-r--r-- | .github/renovate.json (renamed from renovate.json) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/renovate.json b/.github/renovate.json index 39a2b6e..5c3387f 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + ":semanticPrefixChore", + ":semanticCommitScope(deps)" ] } |
