From 131c76f3a48ac6777f50a54c156766cd22fa1567 Mon Sep 17 00:00:00 2001 From: Chris Dzombak Date: Fri, 3 May 2024 11:05:43 -0400 Subject: [PATCH] lint: dependabot.yml --- .github/dependabot.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32505b8..11e58b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,9 @@ +--- version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - time: "20:00" - open-pull-requests-limit: 10 + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + time: "20:00" + open-pull-requests-limit: 10