From 93ea75792f4f64de81c31b0c7d1ddad99a1d5858 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Fri, 24 Nov 2023 13:36:23 +0800 Subject: [PATCH] ci: dep check for RVPS go mods After moving cgo parts of RVPS from AS, we do not have a go mod dependencybot checker configured for that. Signed-off-by: Xynnn007 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13aab4b3f..e4fcde350 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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