Skip to content

Commit

Permalink
Merge pull request #256 from atc0005/update-dependabot-pr-prefixes
Browse files Browse the repository at this point in the history
Update Dependabot PR prefixes
  • Loading branch information
atc0005 committed Feb 22, 2024
2 parents 84950e7 + 81a51fe commit 5e4d43c
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 5e4d43c

Please sign in to comment.