Skip to content

Commit

Permalink
ci: Have Dependabot auto-update upstream parser libraries (#886)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Nov 26, 2023
1 parent 1815e91 commit 7f56296
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
allow:
# OPA
- dependency-name: "github.com/open-policy-agent/opa"
# Upstream Parsers
- dependency-name: "cuelang.org/go"
- dependency-name: "github.com/BurntSushi/toml"
- dependency-name: "github.com/CycloneDX/cyclonedx-go"
- dependency-name: "github.com/cpuguy83/dockercfg"
- dependency-name: "github.com/go-ini/ini"
- dependency-name: "github.com/google/go-jsonnet"
- dependency-name: "github.com/hashicorp/hcl"
- dependency-name: "github.com/magiconair/properties"
- dependency-name: "github.com/spdx/tools-golang"
- dependency-name: "github.com/subosito/gotenv"
schedule:
interval: "daily"

Expand Down

0 comments on commit 7f56296

Please sign in to comment.