From 686784f108d6222a9177ed53f0939dbde0f1b957 Mon Sep 17 00:00:00 2001 From: Taichi Ishitani Date: Mon, 25 Sep 2023 13:50:02 +0900 Subject: [PATCH] Update dependabot.yml ignore patch update --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e65a35c..c0c8cbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,6 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: [ "version-update:semver-patch" ]