From da4776c6c3663d8f55162954e34cd76fbaf978b3 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 9 Feb 2024 10:31:28 -0500 Subject: [PATCH] Add dependabot (cherry picked from commit 7c8ee8f8494c9e24fd16a6787ee2667622d3df1f) --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..2b5c704 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10