From d474afac5b551c979d9e5a047efb884c769c8ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Mon, 9 Oct 2023 11:59:41 +0200 Subject: [PATCH] Fix broken dependabot.yaml syntax (fixes #2195) (#2234) --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 04193c4016..8b9eb9aebb 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,10 +1,10 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 + +# Gotta Catch 'Em All! (i.e. don't wait and propose them only "trickled") +open-pull-requests-limit: 99 + updates: - # Gotta Catch 'Em All! (i.e. don't wait and propose them only "trickled") - open-pull-requests-limit: 99 - - package-ecosystem: gradle directory: / schedule: