From 0a32fb461a89a1e06df0ec4da31d174a9a2bc78f Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 19 Sep 2026 20:27:39 +0300 Subject: [PATCH] chore: ignore Dependabot patch releases Co-authored-by: Medulla --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f09caf9..667feacc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,15 @@ updates: directory: / schedule: interval: weekly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] open-pull-requests-limit: 5 - package-ecosystem: github-actions directory: / schedule: interval: weekly + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] open-pull-requests-limit: 5