Skip to content

Commit 5ebeb39

Browse files
committed
chore: config dependabot for types-node
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7c1aa00 commit 5ebeb39

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22

33
version: 2
44
updates:
@@ -15,6 +15,9 @@ updates:
1515
prefix: 'chore' ## prefix maximum string length of 15
1616
include: 'scope'
1717
open-pull-requests-limit: 999
18+
ignore:
19+
- dependency-name: "@types/node"
20+
# version is like `ts.X.Y` -- need to maintain manually
1821
groups:
1922
eslint:
2023
patterns:
@@ -36,7 +39,7 @@ updates:
3639
typescript:
3740
patterns:
3841
- 'typescript'
39-
- '@types/node'
42+
- '@types/*'
4043
- 'typedoc'
4144
- 'typedoc-*'
4245
- '@microsoft/tsdoc'

0 commit comments

Comments
 (0)