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"