Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# cSpell:ignore cooldown

version: 2
updates:
- package-ecosystem: npm
directory: /user-auth/graphtutorial # Location of package manifests
schedule:
interval: weekly
cooldown:
default-days: 7
- package-ecosystem: npm
directory: /app-auth/graphapponlytutorial # Location of package manifests
schedule:
interval: weekly
registries:
microsoft-proxy:
type: npm-registry
url: https://packagefeedproxy.microsoft.io/npm/
cooldown:
default-days: 7
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ 20.x, 22.x, 24.x ]
node-version: [ 22.x, 24.x ]

steps:
- uses: actions/checkout@v3
Expand All @@ -44,7 +44,7 @@ jobs:

strategy:
matrix:
node-version: [ 20.x, 22.x, 24.x ]
node-version: [ 22.x, 24.x ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading