diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d202a33..4cb26f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,14 @@ updates: schedule: # Check for updates to GitHub Actions every week interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + allow: + - dependency-type: "all" + groups: + minor: + update-types: + - "minor" + - "patch"