Skip to content

Commit 838b873

Browse files
Merge pull request #318 from sanger/dependabot-security-update-labels
Update dependabot.yml
2 parents d6fc7aa + 5f0a956 commit 838b873

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,18 @@ updates:
2626
labels:
2727
- "dependencies"
2828
- "Technical Debt"
29-
- "python"
29+
- "python"
30+
- package-ecosystem: "pip"
31+
directory: "/"
32+
schedule:
33+
interval: daily
34+
time: "07:00"
35+
timezone: Europe/London
36+
labels:
37+
- "Security Updates"
38+
- "Technical Debt"
39+
- "python"
40+
allow:
41+
- dependency-type: "direct"
42+
# Only security updates
43+
security-updates-only: true

0 commit comments

Comments
 (0)