From 90d0b506a7a825b98b53f666462c251a9cddb21e Mon Sep 17 00:00:00 2001 From: Anton Engelhardt Date: Tue, 21 May 2024 21:42:14 +0200 Subject: [PATCH] chore(dependabot): comment out second rule :( Signed-off-by: Anton Engelhardt --- .github/dependabot.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cfe921..b3816a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,17 +20,17 @@ updates: - "version-update:semver-patch" # Patches are grouped together into one PR every month - - package-ecosystem: "cargo" - directory: "/" - labels: - - "dependencies" - schedule: - interval: "monthly" - reviewers: - - "antonengelhardt" + # - package-ecosystem: "cargo" + # directory: "/" + # labels: + # - "dependencies" + # schedule: + # interval: "monthly" + # reviewers: + # - "antonengelhardt" - # Group all patches into one PR - groups: - patches: - update-types: - - "patch" + # # Group all patches into one PR + # groups: + # patches: + # update-types: + # - "patch"