diff --git a/renovate.json5 b/renovate.json5 index 36609a3..b6c685c 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" + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: [ + 'github>scratchfoundation/scratch-renovate-config:js-lib', + ], + baseBranchPatterns: [ + 'master', ], - "baseBranches": ["master"] }