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