Skip to content

Commit

Permalink
Ignore rancher/shepherd dependencies and add prefix to dependabot com…
Browse files Browse the repository at this point in the history
…mit messages (#86)

Signed-off-by: Parthvi <[email protected]>
  • Loading branch information
valaparthvi authored Apr 2, 2024
1 parent 66f914f commit f628e62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[GHA] "
- package-ecosystem: "gomod"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[Go] "
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
Expand All @@ -20,3 +26,4 @@ updates:
- dependency-name: "k8s.io/api"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: "github.com/rancher/client-go"
- dependency-name: "github.com/rancher/shepherd"

0 comments on commit f628e62

Please sign in to comment.