From 1b6ccc9158a27485e2cdf08fea8b9cb0a867fd10 Mon Sep 17 00:00:00 2001 From: Andrew Glago Date: Thu, 28 Sep 2023 11:04:15 +0000 Subject: [PATCH] fix(dependabot): update lockfile too --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0e84de..eabd79b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/packages/plugin" # Location of package manifests + versioning-strategy: increase schedule: interval: "weekly"