diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..020e2e6 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + // org shared config - https://github.com/indykite/.github/blob/master/.github/renovate.json5 + "github>indykite/.github//.github/renovate.json5" + ] +}