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.
2 parents 3640b90 + 50c6d18 commit b760a05Copy full SHA for b760a05
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+* @oai/tsc
.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ - package-ecosystem: npm
9
10
11
12
13
+ groups:
14
+ vitest:
15
+ patterns:
16
+ - "*vitest*"
0 commit comments