diff options
Diffstat (limited to 'renovate.json')
| -rw-r--r-- | renovate.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d885287 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + ":semanticCommitTypeAll(chore)" + ] +} |