From 7f8e3514a1158571f161585ff73e85c6780e4c0a Mon Sep 17 00:00:00 2001 From: Harsh Date: Mon, 9 Jun 2025 02:15:04 +0530 Subject: [PATCH 1/4] update dependabot config to sync lockfile --- .github/dependabot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9a3e9a54e9e..6c4548de9c0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -16,3 +16,4 @@ updates: # Customize commit message prefix commit-message: prefix: "chore(deps):" + update-lockfile: true From b7d71992608db7f08705b05ed210076783e0c9ab Mon Sep 17 00:00:00 2001 From: Harsh Date: Mon, 9 Jun 2025 12:49:26 +0530 Subject: [PATCH 2/4] fix: remove update-lockfile field and apply correct versioning-strategy --- .github/dependabot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6c4548de9c0..a65dc35fc5a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,6 +8,8 @@ updates: # Schedule automated updates to run weekly schedule: interval: "monthly" + # Ensures that both the manifest and lockfile are always in sync. + versioning-strategy: increase # Labels to apply to Dependabot PRs labels: - "dependencies" @@ -16,4 +18,3 @@ updates: # Customize commit message prefix commit-message: prefix: "chore(deps):" - update-lockfile: true From 1fd46413d06b74485f602325bfb48b0d4093e315 Mon Sep 17 00:00:00 2001 From: Harsh Date: Wed, 11 Jun 2025 15:49:37 +0530 Subject: [PATCH 3/4] chore: update packageManager to npm@11.1.0 and restore dependabot config --- .github/dependabot.yaml | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a65dc35fc5a..c8d6a04b2ae 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,8 +8,6 @@ updates: # Schedule automated updates to run weekly schedule: interval: "monthly" - # Ensures that both the manifest and lockfile are always in sync. - versioning-strategy: increase # Labels to apply to Dependabot PRs labels: - "dependencies" @@ -17,4 +15,4 @@ updates: target-branch: "develop" # Customize commit message prefix commit-message: - prefix: "chore(deps):" + prefix: "chore(deps):" \ No newline at end of file diff --git a/package.json b/package.json index c4a55eae8ca..a4141247c9b 100644 --- a/package.json +++ b/package.json @@ -197,5 +197,5 @@ ], "**/*.{ts, tsx, json}": "eslint --fix" }, - "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" + "packageManager": "npm@11.1.0" } From 01f94899796af9f2a9ce4a8a30cb441818dbeed9 Mon Sep 17 00:00:00 2001 From: Harsh Date: Wed, 11 Jun 2025 15:59:53 +0530 Subject: [PATCH 4/4] chore: fetch dependabot config from upstream --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c8d6a04b2ae..9a3e9a54e9e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -15,4 +15,4 @@ updates: target-branch: "develop" # Customize commit message prefix commit-message: - prefix: "chore(deps):" \ No newline at end of file + prefix: "chore(deps):"