diff --git a/.github/renovate.json b/.github/renovate.json index 4a29993..a42928e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,14 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>pangaeatech/.github"], - "baseBranches": ["main"], - "branchPrefix": "renovate/", - "enabledManagers": ["pip_requirements","poetry"] -} +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>pangaeatech/.github" + ], + "baseBranchPatterns": [ + "main" + ], + "branchPrefix": "renovate/", + "enabledManagers": [ + "pip_requirements", + "poetry" + ] +}