From bd758e874dbc3f64cc6c6c63d2d0f69eec583571 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 17 Sep 2023 21:29:34 +0200 Subject: [PATCH] Dependabot config: fix yaml warnings --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99769526..00301a58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,14 @@ # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +--- version: 2 updates: - package-ecosystem: "composer" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable. + open-pull-requests-limit: 5 versioning-strategy: widen allow: # Only allow updates to the dev dependencies as non-dev dependency