Skip to content

Commit 2b0e140

Browse files
authored
Exclude @mdn/@webref from dependabot updates (microsoft#1719)
* Exclude @mdn/@webref from dependabot updates * Update update-core-deps.yml * alphabet order
1 parent 11430ae commit 2b0e140

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ updates:
2323
dev-dependencies:
2424
patterns:
2525
- "*"
26+
exclude-patterns:
27+
- "@mdn/*"
28+
- "@webref/*"
2629
# Enable version updates for GitHub Actions
2730
- package-ecosystem: "github-actions"
2831
directory: "/"

.github/workflows/update-core-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Use ncu to detect major version changes
2121
- run: npm i -g npm-check-updates
22-
- run: ncu -u
22+
- run: ncu -u @mdn* @webref*
2323
- run: npm i
2424
- run: git restore package.json
2525
# package-lock wants to remember the original version numbers of package.json

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"node-fetch": "^3.3.2",
5757
"prettier": "^3.2.5",
5858
"print-diff": "^2.0.0",
59-
"styleless-innertext": "^1.1.5",
6059
"typescript": "^5.4.5",
6160
"webidl2": "^24.4.1"
6261
}

0 commit comments

Comments
 (0)