Skip to content

Commit

Permalink
chore: fix error message from Dependabot
Browse files Browse the repository at this point in the history
Apparently there is an undocumented dependency between the include field
and the prefix field.
  • Loading branch information
smlx committed Apr 12, 2024
1 parent 3b50887 commit 17ba04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: github-actions
commit-message:
prefix: chore
include: scope
directory: /
schedule:
Expand All @@ -15,6 +16,7 @@ updates:
- "patch"
- package-ecosystem: docker
commit-message:
prefix: chore
include: scope
directory: /
schedule:
Expand All @@ -28,6 +30,7 @@ updates:
- "patch"
- package-ecosystem: gomod
commit-message:
prefix: chore
include: scope
directory: /
schedule:
Expand Down

0 comments on commit 17ba04c

Please sign in to comment.