File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
33version : 2
44updates :
@@ -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'
You can’t perform that action at this time.
0 commit comments