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.
  • Loading branch information
atc0005 committed Feb 20, 2024
1 parent ee60946 commit ac097b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down Expand Up @@ -107,7 +107,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "canary"
prefix: "Go Runtime"
ignore:
- dependency-name: "golang"
versions:
Expand All @@ -130,7 +130,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "canary"
prefix: "Go Runtime"

######################################################################
# Monitor images used to build project releases
Expand All @@ -152,7 +152,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "docker"
prefix: "Build Image"

- package-ecosystem: docker
directory: "/dependabot/docker/builds"
Expand All @@ -170,4 +170,4 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "docker"
prefix: "Build Image"

0 comments on commit ac097b7

Please sign in to comment.