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 f683ef5 commit 012457eCopy full SHA for 012457e
.github/dependabot.yml
@@ -9,8 +9,15 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ ignore:
13
+ - dependency-name: "@types/node"
14
+ - dependency-name: "typedoc"
15
+ cooldown:
16
+ default-days: 14
17
18
- package-ecosystem: "github-actions" # See documentation for possible values
19
20
21
22
23
0 commit comments