From 65efe10c9907aaba8daff6958027b38a094dcaed Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 4 Jul 2022 20:19:55 -0500 Subject: [PATCH 1/2] 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: From 3019f5d60cecfd451496525e688079c032254093 Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Mon, 5 Sep 2022 16:57:26 -0400 Subject: [PATCH 2/2] Reduce dependabot update frequency --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9ecd051..f21ec9e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,11 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly" # 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: - interval: "weekly" + interval: "monthly"