From 71f87ad90fe5b85aed89fca5b25dbe220416fae5 Mon Sep 17 00:00:00 2001 From: Ole Eskild Steensen Date: Thu, 15 Dec 2022 17:44:14 +0100 Subject: [PATCH] Ignore slugify updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..cd4988b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + - dependency-name: "@sindresorhus/slugify" + # For slugify, ignore all updates. + \ No newline at end of file