Skip to content

Commit cc1db8e

Browse files
authored
Merge pull request #1374 from microsoftgraph/remove-feed
Removed feed and upped cooldown on Dependabot
2 parents 7c58a98 + c141231 commit cc1db8e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
# cSpell:ignore cooldown
56

67
version: 2
78
updates:
89
- package-ecosystem: npm
910
directory: /user-auth/graphtutorial # Location of package manifests
1011
schedule:
1112
interval: weekly
13+
cooldown:
14+
default-days: 7
1215
- package-ecosystem: npm
1316
directory: /app-auth/graphapponlytutorial # Location of package manifests
1417
schedule:
1518
interval: weekly
16-
registries:
17-
microsoft-proxy:
18-
type: npm-registry
19-
url: https://packagefeedproxy.microsoft.io/npm/
19+
cooldown:
20+
default-days: 7

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [ 20.x, 22.x, 24.x ]
20+
node-version: [ 22.x, 24.x ]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444

4545
strategy:
4646
matrix:
47-
node-version: [ 20.x, 22.x, 24.x ]
47+
node-version: [ 22.x, 24.x ]
4848

4949
steps:
5050
- uses: actions/checkout@v3

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)