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 7253a5cee..68e369227 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +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 7253a5cee..68e369227 100644 --- a/scripts/.npmrc +++ b/scripts/.npmrc @@ -1 +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 7253a5cee..68e369227 100644 --- a/tests/.npmrc +++ b/tests/.npmrc @@ -1 +1 @@ -min-release-age=7 +registry=https://packagefeedproxy.microsoft.io/npm/ \ No newline at end of file