From ce47de17d64fdbf6cc81b9fafd8f9fe044778967 Mon Sep 17 00:00:00 2001 From: Neo2308 Date: Tue, 8 Aug 2023 00:44:46 +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..864bb32 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file