We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4040df commit ee5b049Copy full SHA for ee5b049
1 file changed
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+# Dependabot configuration for dependency updates
2
+
3
+version: 2
4
+updates:
5
+ # Bun dependency updates
6
+ - package-ecosystem: "bun"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ day: "saturday"
11
+ time: "09:00"
12
+ groups:
13
+ minor-and-security:
14
+ patterns:
15
+ - "*"
16
+ update-types:
17
+ - "minor"
18
+ - "patch"
19
+ labels:
20
+ - "dependencies"
21
+ - "bun"
22
+ commit-message:
23
+ prefix: "chore:"
24
25
+ # GitHub Actions updates
26
+ - package-ecosystem: "github-actions"
27
28
29
+ interval: "monthly"
30
31
32
+ - "github-actions"
33
34
+ prefix: "ci:"
0 commit comments