We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd462a commit ef223ebCopy full SHA for ef223eb
1 file changed
.github/dependabot.yml
@@ -0,0 +1,33 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 5
9
10
+ - package-ecosystem: "npm"
11
12
13
14
+ open-pull-requests-limit: 10
15
+ groups:
16
+ biome:
17
+ patterns:
18
+ - "@biomejs/*"
19
+ commitlint:
20
21
+ - "@commitlint/*"
22
+ jest:
23
24
+ - "jest"
25
+ - "@jest/*"
26
+ - "ts-jest"
27
+ typescript:
28
29
+ - "typescript"
30
+ - "ts-node"
31
+ ignore:
32
+ - dependency-name: "*"
33
+ update-types: ["version-update:semver-patch"]
0 commit comments