Skip to content

Commit d59cb6a

Browse files
committed
ci(dependabot): add ecosystem for security handling
1 parent a0f1841 commit d59cb6a

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,24 @@ updates:
33
- package-ecosystem: "uv"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "daily"
77
allow:
8-
- dependency-type: "development"
8+
- dependency-type: "production"
9+
security-updates: true
910
commit-message:
10-
prefix: "chore"
11+
prefix: "fix"
1112
include: "scope"
1213
labels:
13-
- "dependencies"
14+
- "security"
1415
open-pull-requests-limit: 5
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
schedule:
20+
interval: "monthly"
21+
commit-message:
22+
prefix: "chore"
23+
include: "scope"
24+
labels:
25+
- "ci"
26+

0 commit comments

Comments
 (0)