From 3a72df54d623735390a0b3ec7502973f3f4e00c3 Mon Sep 17 00:00:00 2001 From: sciencesakura Date: Sun, 21 Jun 2026 04:10:40 +0900 Subject: [PATCH] Change Dependabot settings to ignore minor updates. --- .github/dependabot.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f662b2e..ab97b86 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -17,3 +17,8 @@ updates: interval: weekly cooldown: default-days: 10 + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-patch + - version-update:semver-minor