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 33a9609 commit 7b3ef07Copy full SHA for 7b3ef07
1 file changed
.github/dependabot.yml
@@ -10,9 +10,14 @@ updates:
10
# Check the npm registry for updates every day (weekdays)
11
schedule:
12
interval: "daily"
13
+ groups:
14
+ typescript:
15
+ patterns:
16
+ - "@tsconfig/recommended"
17
+ - "typescript"
18
+ - "@types/node"
19
# Enable updates to github actions
20
- package-ecosystem: "github-actions"
21
directory: "/"
22
23
-
0 commit comments