Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
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 <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Sep 2, 2024
1 parent f8e2855 commit 3e81e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ updates:
- "patch"
exclude-patterns:
- "frequenz-client-base*"
- "frequenz-microgrid-betterproto*"
- "frequenz-api-microgrid"
optional:
dependency-type: "development"
update-types:
- "minor"
- "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"
Expand Down

0 comments on commit 3e81e06

Please sign in to comment.