From f6c4fa0559b3d482162b0038cedb60a9df4f3562 Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 19 May 2023 20:29:46 -0700 Subject: [PATCH] Add markdownlint-micromark package.json to dependabot.yml. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 52925e52..32794a25 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: "daily" target-branch: "next" versioning-strategy: "increase" + - package-ecosystem: "npm" + directory: "/micromark" + schedule: + interval: "daily" + target-branch: "next" + versioning-strategy: "increase"