From 1d302be2253598d82d66b2ba1e53ed4dac183c9a Mon Sep 17 00:00:00 2001 From: Manu Gupta Date: Mon, 14 Feb 2022 14:14:24 -0800 Subject: [PATCH] Add dependabot for automatic dependency update (#1752) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..57629ffb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + commit-message: + prefix: update-go-pkg + include: scope + open-pull-requests-limit: 2 + target-branch: main