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"