Skip to content

Commit

Permalink
Update dependabot config
Browse files Browse the repository at this point in the history
Prefix commit messages with conventional commits syntax.
  • Loading branch information
GabrielNagy committed Sep 25, 2023
1 parent 8bacc58 commit bd32501
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
include: "scope"
prefix: "deps(go)"

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

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

0 comments on commit bd32501

Please sign in to comment.