From 449a55de7baa672246a62d28455255aa00ca5f94 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Sun, 16 Jul 2023 14:09:05 -0700 Subject: [PATCH] Fix dependabot to increase versions in package.json too --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 410dca17..19e9b702 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,13 @@ updates: schedule: interval: "weekly" day: "saturday" + versioning-strategy: increase - package-ecosystem: "npm" directory: "/frontend" schedule: interval: "weekly" day: "friday" + versioning-strategy: increase - package-ecosystem: "gradle" directory: "/mobile/android" schedule: