Skip to content

Commit

Permalink
updated dependabot to use semantic commits
Browse files Browse the repository at this point in the history
  • Loading branch information
csaw-nhs committed May 30, 2024
1 parent ff4305d commit d790db0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,38 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

- package-ecosystem: "terraform"
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

0 comments on commit d790db0

Please sign in to comment.