From c73bbc386a643e0baf4c59288d8fd4d6d88d155f Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 16 Jun 2024 21:00:29 -0400 Subject: [PATCH] Add Dependabot support for Style package --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a65501a6f41..3483577e032 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,12 @@ updates: highlightjs-dependencies: patterns: - "*" + + - package-ecosystem: "npm" + directory: "/M2/Macaulay2/packages/Style" + schedule: + interval: "monthly" + groups: + style-dependencies: + patterns: + - "*"