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