Skip to content

Commit

Permalink
ci: Add conventional commit prefix for Dependabot PRs (#43)
Browse files Browse the repository at this point in the history
Similar to what we did for our other projects.
  • Loading branch information
GabrielNagy authored Oct 6, 2023
2 parents 80d23a2 + 2d51ae8 commit 6981136
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "deps(go)"

- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
commit-message:
prefix: "deps(go-tools)"

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps(ci)"

0 comments on commit 6981136

Please sign in to comment.