From 13d0ce35f3efab68e3a1418187e45b08b80b2dbd Mon Sep 17 00:00:00 2001 From: Daniel Prange <2333857+danipran@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:26:24 +0300 Subject: [PATCH] chore(dependabot): fix dependabot config Accidentally dropped a character. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e89a004..da8e69b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ updates: commit-message: prefix: "deps" # Disable version updates and only allow security updates - open-pull-requests-limit: + open-pull-requests-limit: 0 reviewers: - "City-of-Helsinki/ratkaisutoimiston-backend"