Skip to content

Commit

Permalink
ci: Allow Dependabot to update github.com/hashicorp/go-getter (#946)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Apr 29, 2024
1 parent 28d92a4 commit 298d74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ updates:
- dependency-name: "github.com/moby/buildkit"
- dependency-name: "github.com/spdx/tools-golang"
- dependency-name: "github.com/subosito/gotenv"
# go-getter is used to fetch remote policies from various sources which occasionally has security fixes
- dependency-name: "github.com/hashicorp/go-getter"
schedule:
interval: "daily"

Expand Down

0 comments on commit 298d74a

Please sign in to comment.