From 9477d79e02b4fa8b80eee60b07a5a93ca20aeae1 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 9 Feb 2024 10:31:28 -0500 Subject: [PATCH] Add dependabot --- .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