Skip to content

Commit

Permalink
Merge pull request #446 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 21, 2024
2 parents 7f6e942 + 09265c6 commit 6281ae6
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 6281ae6

Please sign in to comment.