From 0ac81bacd179d649935e24683bf95dc377ab5b6e Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 3 Feb 2023 07:19:33 +0100 Subject: [PATCH] update dependabot --- .github/dependabot.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ae0c3be2d37..a831baf4055f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,12 +15,13 @@ version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" + - package-ecosystem: gomod + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10