Skip to content

Commit

Permalink
ci: dep check for RVPS go mods
Browse files Browse the repository at this point in the history
After moving cgo parts of RVPS from AS, we do not have a go mod
dependencybot checker configured for that.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 28, 2023
1 parent e6f664e commit 93ea757
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 1

- package-ecosystem: "gomod"
directory: "/attestation-service/rvps/cgo" # Location of go.mod
schedule:
interval: "daily"
open-pull-requests-limit: 1

0 comments on commit 93ea757

Please sign in to comment.