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 20f1265 commit e2dbaa8Copy full SHA for e2dbaa8
.github/dependabot.yml
@@ -16,11 +16,21 @@ updates:
16
gh-actions-packages:
17
patterns:
18
- "*"
19
+ labels:
20
+ - dependabot
21
+ - dependencies
22
+ - github_actions
23
+ - semver-patch
24
- package-ecosystem: "npm"
25
directories:
26
- "/"
27
schedule:
28
interval: "weekly"
29
30
31
32
+ - javascript
33
34
ignore:
35
- dependency-name: "@types/node"
36
# Update the types manually with new Node.js version support
0 commit comments