From 74f605ae64b9740fa13e980e9281586a6f69ffa5 Mon Sep 17 00:00:00 2001 From: Alexander Gomzyakov Date: Tue, 10 Sep 2024 14:51:34 +0500 Subject: [PATCH] Remove `versioning-strategy: increase` from dependabot.yml (#213) --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ced5d2..c7f7b76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: - package-ecosystem: "composer" # Look for a `composer.json` in the `root` directory directory: "/" - versioning-strategy: increase schedule: interval: "monthly"