diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..3e6d255 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>plcnk/.github:default.json5", + ":semanticCommitTypeAll(chore)" + ] +}