From fa029c308c7da809cfe589105eec37bfa4c4fa31 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 4 Jul 2022 21:24:16 -0400 Subject: [PATCH] Have dependabot update package.json too (#724) --- .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: