From 9111c01ee57350f33115431fb3ce82ca318edba8 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Sat, 28 Jun 2025 11:52:42 +0200 Subject: [PATCH] chore: Disable dependabot patch updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3aca81ea..78b3fb74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,14 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] - package-ecosystem: "cargo" directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"]