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 `canary` with `Go Runtime`
- replace `docker` with `Build Image`

Refs:

- atc0005/todo#72
  • Loading branch information
atc0005 committed Feb 21, 2024
1 parent f31f1fd commit 7fc7b35
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 @@ -26,7 +26,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "go.mod"
prefix: "Go Dependency"

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

######################################################################
# Monitor GitHub Actions dependency updates
Expand Down Expand Up @@ -105,7 +105,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "canary"
prefix: "Go Runtime"
ignore:
- dependency-name: "golang"
versions:
Expand All @@ -128,7 +128,7 @@ updates:
allow:
- dependency-type: "all"
commit-message:
prefix: "canary"
prefix: "Go Runtime"

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

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

0 comments on commit 7fc7b35

Please sign in to comment.