From 8955736e90ad405e4411193e36f3da124512be04 Mon Sep 17 00:00:00 2001 From: RadhaKrishna Date: Tue, 8 Aug 2023 00:28:29 +0530 Subject: [PATCH] Added dependabot * Added dependabot to keep go dependencies & actions updated. --- .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..89a4277 --- /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: + # Check for updates to GitHub Actions every week + interval: "weekly" \ No newline at end of file