From 8ba0f9256e490b7cead37fa60c6ef5869535fc67 Mon Sep 17 00:00:00 2001 From: aristides Date: Tue, 10 Dec 2024 14:17:16 -0700 Subject: [PATCH] Feature/dependabot bump all (#1725) * make dependabot update all packages in package json * Added translations * Revert "Added translations" This reverts commit 07496e556c24eabdc5987d8268131177884141d1. * update strategy to increase --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b791c8cc69..31e0b45ea6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: "npm" + versioning-strategy: "increase" directories: - "/" - "/@shared/api"