Skip to content

Commit

Permalink
chore: fix dependabot prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider authored Oct 11, 2024
1 parent 27da8b7 commit 45b495e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ updates:
schedule:
interval: "weekly"
commit-message:
prefix: "fix(agent)"
prefix: "fix(deps)"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "fix(agent)"
prefix: "fix(deps)"

- package-ecosystem: "github-actions"
directory: /
Expand Down

0 comments on commit 45b495e

Please sign in to comment.