From 3e81e06db70c9421781d5b202cfb821b8444c2e2 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 2 Sep 2024 09:21:14 +0200 Subject: [PATCH] Update dependabot configuration The betterproto dependency was removed and we switched back to frequenz-api-microgrid, so we need to adapt the dependabot configuration to reflect that. Signed-off-by: Leandro Lucarella --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49df4d1..432e119 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,7 +27,7 @@ updates: - "patch" exclude-patterns: - "frequenz-client-base*" - - "frequenz-microgrid-betterproto*" + - "frequenz-api-microgrid" optional: dependency-type: "development" update-types: @@ -35,11 +35,11 @@ updates: - "patch" exclude-patterns: - "frequenz-client-base*" - - "frequenz-microgrid-betterproto*" + - "frequenz-api-microgrid" in-devel-patch: patterns: - "frequenz-client-base*" - - "frequenz-microgrid-betterproto*" + - "frequenz-api-microgrid" dependency-type: "production" update-types: - "patch"