From a27796837d8229c615e3964d14c56475b237644f Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 29 Jun 2021 05:15:15 +0200 Subject: [PATCH] github: add dependabot configuration file (#1427) Co-Authored-By: Matthieu MOREL --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..cc5fa07595 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99 +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99