From d74bb590a77780602c14b49fc96fd30d3c51891f Mon Sep 17 00:00:00 2001 From: Karan Sharma Date: Mon, 1 Jul 2024 22:22:02 +0530 Subject: [PATCH] ci: re-enable dependabot --- .github/dependabot.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e2d19cf..8f23ed3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,12 +1,11 @@ -# TODO: Disabling as it's quite spammy. Will re-enable it at a later point. -# 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 +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"