Skip to content

Commit

Permalink
chore: config dependabot for types-node
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Dec 1, 2023
1 parent 7c1aa00 commit 5ebeb39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
Expand All @@ -15,6 +15,9 @@ updates:
prefix: 'chore' ## prefix maximum string length of 15
include: 'scope'
open-pull-requests-limit: 999
ignore:
- dependency-name: "@types/node"
# version is like `ts.X.Y` -- need to maintain manually
groups:
eslint:
patterns:
Expand All @@ -36,7 +39,7 @@ updates:
typescript:
patterns:
- 'typescript'
- '@types/node'
- '@types/*'
- 'typedoc'
- 'typedoc-*'
- '@microsoft/tsdoc'
Expand Down

0 comments on commit 5ebeb39

Please sign in to comment.