From d15b20217ff20f17e12a97d0e606eab7cf3d8858 Mon Sep 17 00:00:00 2001 From: Chaitanya Munukutla Date: Sat, 6 Apr 2024 12:44:22 +0530 Subject: [PATCH] Add Dependabot support Signed-off-by: Chaitanya Munukutla --- .github/dependabot.yaml | 6 ++++++ .github/workflows/pr.yaml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..20e1ef1 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3a9bed9..c8d1b3d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -24,7 +24,8 @@ jobs: timeout-minutes: 360 permissions: security-events: write - + needs: + - build steps: - name: Checkout repository uses: actions/checkout@v4