From faa9c6cbb42c21bf1b524e0403dc23170fda8ccd Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 14 Dec 2024 20:05:04 -0800 Subject: [PATCH] Remove outdated /micromark configuration for Dependabot. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32794a25..52925e52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,3 @@ updates: interval: "daily" target-branch: "next" versioning-strategy: "increase" - - package-ecosystem: "npm" - directory: "/micromark" - schedule: - interval: "daily" - target-branch: "next" - versioning-strategy: "increase"