Skip to content

Commit

Permalink
Update Dependabot PR prefixes
Browse files Browse the repository at this point in the history
Swap out current prefixes for ones which provide more specific context
for what the update covers.

- replace `go.mod` with `Go Dependency`
- replace `ghaw` with `CI Dependency`

Refs:

- atc0005/todo#72
  • Loading branch information
atc0005 committed Feb 22, 2024
1 parent 84950e7 commit 81a51fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Licensed under the MIT License. See LICENSE file in the project root for
# full license information.

# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

######################################################################
# Monitor Go module dependency updates
Expand All @@ -28,7 +28,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "go.mod"
prefix: "Go Dependency"

- package-ecosystem: "gomod"
directory: "/"
Expand All @@ -45,7 +45,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "go.mod"
prefix: "Go Dependency"

######################################################################
# Monitor GitHub Actions dependency updates
Expand All @@ -67,7 +67,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "ghaw"
prefix: "CI Dependency"

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

0 comments on commit 81a51fe

Please sign in to comment.