Skip to content

Commit 0691896

Browse files
committed
tell dependabot to ignore exit-hook
1 parent 66142a6 commit 0691896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ updates:
1515
- packages/integrations/*
1616
schedule:
1717
interval: weekly
18+
ignore:
19+
# issue with latest -- https://github.com/sindresorhus/exit-hook/issues/42
20+
- dependency-name: "exit-hook"
1821
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
1922
# 1 PR per week and group
2023
groups:

0 commit comments

Comments
 (0)