From a06f7e782390341788ca0b405004b7346a07ea43 Mon Sep 17 00:00:00 2001 From: Aaron Erhardt Date: Fri, 21 Jun 2024 07:57:33 +0200 Subject: [PATCH] dependabot(chore): Ignore semver patches --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c43c609..c16df3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] - package-ecosystem: "github-actions" directory: "/"