From a40135ad3ea9d1e38f206a461ab865fac8c9a5b4 Mon Sep 17 00:00:00 2001 From: Guillaume Caya-Letourneau Date: Fri, 22 Nov 2024 11:56:45 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```