From 14584d276552321142262125b457b25433cba9fb Mon Sep 17 00:00:00 2001 From: Samuel Abt Date: Fri, 23 Dec 2022 22:11:26 +0100 Subject: [PATCH] ci: ignore patch versions --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5725f21c1..cab91891bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,7 @@ updates: - package-ecosystem: "npm" directory: "/ui" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] \ No newline at end of file