diff --git a/README.md b/README.md index 0d27c30..e63ac65 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ There are multiple configurations you can extend to enable auto-merge on differe { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>gsoft-inc/renovate-config" + "github>gsoft-inc/renovate-config", "github>gsoft-inc/renovate-config//microsoft-automerge.json", "github>gsoft-inc/renovate-config//workleap-automerge.json", "github>gsoft-inc/renovate-config//dotnet-trusted-thirdparty-dependencies-automerge.json", @@ -70,4 +70,4 @@ gh auth login --scopes workflow If you do not have this scope, you will run into the following error ``` ! [remote rejected] main -> main (refusing to allow an OAuth App to create or update workflow `.github/workflows/ci.yml` without `workflow` scope) -``` \ No newline at end of file +```