From fb3cb127b00aee616bd26d65b7651869c25bb2dc Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 9 Aug 2023 21:51:11 -0700 Subject: [PATCH] Set dependabot to fix the package.json file in addition to the lock file --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0aee68c5..a824900f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: npm + versioning-strategy: increase directory: "/backend" schedule: interval: daily @@ -14,6 +15,7 @@ updates: - package-ecosystem: npm directory: "/frontend" + versioning-strategy: increase schedule: interval: daily open-pull-requests-limit: 10