Skip to content

Commit

Permalink
Update Dependabot PR prefixes (redux)
Browse files Browse the repository at this point in the history
Swap out current prefix for GitHub Actions updates for one which
provides better context for what the update covers.

- replace `ghaw` with `CI Dependency`

Refs:

- atc0005/todo#72
  • Loading branch information
atc0005 committed Feb 22, 2024
1 parent e626556 commit 703f958
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 @@ -67,7 +67,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "ghaw"
prefix: "CI Dependency"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -85,7 +85,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "ghaw"
prefix: "CI Dependency"

######################################################################
# Monitor Go updates to service as a reminder to generate new releases
Expand Down

0 comments on commit 703f958

Please sign in to comment.