We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66142a6 commit 0691896Copy full SHA for 0691896
.github/dependabot.yml
@@ -15,6 +15,9 @@ updates:
15
- packages/integrations/*
16
schedule:
17
interval: weekly
18
+ ignore:
19
+ # issue with latest -- https://github.com/sindresorhus/exit-hook/issues/42
20
+ - dependency-name: "exit-hook"
21
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
22
# 1 PR per week and group
23
groups:
0 commit comments