Skip to content

Commit

Permalink
build: Change Dependabot auto-prefix
Browse files Browse the repository at this point in the history
Change fix prefix to build
  • Loading branch information
dschach committed Feb 14, 2023
1 parent 9872a02 commit 1c94916
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 @@ -8,14 +8,14 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
commit-message:
prefix: "fix"
prefix: "build"
rebase-strategy: "auto"
schedule:
interval: "daily"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
commit-message:
prefix: "fix"
prefix: "build"
rebase-strategy: "auto"
schedule:
interval: "daily"

0 comments on commit 1c94916

Please sign in to comment.