Skip to content

Commit

Permalink
chore(github): Adjust dependabot config to use fix prefix on prod deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Apr 8, 2024
1 parent aac57d4 commit f15bd32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "fix(deps)"
prefix-development: "chore(dev-deps)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit f15bd32

Please sign in to comment.