From 65efe10c9907aaba8daff6958027b38a094dcaed Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 4 Jul 2022 20:19:55 -0500 Subject: [PATCH] Have dependabot update package.json too --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 009fb5c7..e9ecd051 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + # Always increase the version requirement + # to match the new version. + versioning-strategy: increase - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: