From 83587cfdf833c6cd964697206fb0c455642f8c09 Mon Sep 17 00:00:00 2001 From: Chunan Ye Date: Wed, 29 Jul 2026 15:03:12 -0700 Subject: [PATCH 1/2] chore: use msft approved npm feed --- .npmrc | 1 + scripts/.npmrc | 1 + tests/.npmrc | 1 + 3 files changed, 3 insertions(+) diff --git a/.npmrc b/.npmrc index 7253a5cee..463fec66c 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ min-release-age=7 +registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file diff --git a/scripts/.npmrc b/scripts/.npmrc index 7253a5cee..463fec66c 100644 --- a/scripts/.npmrc +++ b/scripts/.npmrc @@ -1 +1,2 @@ min-release-age=7 +registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file diff --git a/tests/.npmrc b/tests/.npmrc index 7253a5cee..463fec66c 100644 --- a/tests/.npmrc +++ b/tests/.npmrc @@ -1 +1,2 @@ min-release-age=7 +registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file From 843e037f200cc60a232148e75b13ccc601bda54f Mon Sep 17 00:00:00 2001 From: Chunan Ye Date: Thu, 30 Jul 2026 10:41:43 -0700 Subject: [PATCH 2/2] remove min-release-age and dependabot cooldown --- .github/dependabot.yml | 6 ------ .npmrc | 1 - scripts/.npmrc | 1 - tests/.npmrc | 1 - 4 files changed, 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 37f785943..2ce48a11d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,5 @@ updates: - directory: / - cooldown: - default-days: 7 groups: minor: update-types: @@ -17,8 +15,6 @@ updates: day: monday interval: weekly - directory: /scripts - cooldown: - default-days: 7 groups: minor: update-types: @@ -34,8 +30,6 @@ updates: day: monday interval: weekly - directory: /tests - cooldown: - default-days: 7 groups: minor: update-types: diff --git a/.npmrc b/.npmrc index 463fec66c..68e369227 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ -min-release-age=7 registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file diff --git a/scripts/.npmrc b/scripts/.npmrc index 463fec66c..68e369227 100644 --- a/scripts/.npmrc +++ b/scripts/.npmrc @@ -1,2 +1 @@ -min-release-age=7 registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file diff --git a/tests/.npmrc b/tests/.npmrc index 463fec66c..68e369227 100644 --- a/tests/.npmrc +++ b/tests/.npmrc @@ -1,2 +1 @@ -min-release-age=7 registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file