From 0d1d2a12fd1b7aa08a1d02c2fee41855d44c2f1a Mon Sep 17 00:00:00 2001 From: Neo2308 Date: Tue, 8 Aug 2023 15:12:19 +0530 Subject: [PATCH] Added dependabot * Added dependabot to keep go dependencies & actions updated. --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..75adc08 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: "gomod" + directory: "/v5" + schedule: + interval: "daily" + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file