diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 00000000..1428dfe7 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>scratchfoundation/scratch-renovate-config" + ], + "baseBranches": ["master"] +}