From 743f055cdbdd3b5e31bbfa2c6350673c630460ec Mon Sep 17 00:00:00 2001 From: ssi02014 Date: Mon, 29 Apr 2024 19:33:27 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dependabot.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b41798354..87601a838 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"]