From 30d345880ea0499ea3054d31adc2c80d5649774d Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 15 Nov 2022 09:37:29 +0530 Subject: [PATCH] add dependabot configuration to github actions for auto update PRs Signed-off-by: Humble Chirammal --- .github/workflows/dependabot.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/dependabot.yaml diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml new file mode 100644 index 00000000..14632645 --- /dev/null +++ b/.github/workflows/dependabot.yaml @@ -0,0 +1,20 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + labels: + - "area/dependency" + - "release-note-none" + - "ok-to-test" + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "area/dependency" + - "release-note-none" + - "ok-to-test" + open-pull-requests-limit: 10