diff --git a/renovate.json5 b/renovate.json5 index 7bdd41e..f704bc2 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,9 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>scratchfoundation/scratch-renovate-config:js-lib-bundled" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>scratchfoundation/scratch-renovate-config:js-lib-bundled', + ], + baseBranchPatterns: [ + 'develop', ], - "baseBranches": ["develop"] }