Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 6ba0cb4

Browse files
author
Nick Sullivan
committed
🔧 Enhance Dependabot configuration
- Add labels for better categorization - Set commit message prefixes for clarity - Adjust pip directory and open PR limit - Fix typo in comment
1 parent 6688fc3 commit 6ba0cb4

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# Automatically update depencies with Dependabot
2+
# Automatically update dependencies with Dependabot
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

@@ -10,9 +10,24 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212
day: "wednesday"
13+
labels:
14+
- "dependencies"
15+
- "github-actions"
16+
commit-message:
17+
prefix: "ci"
18+
include: "scope"
1319

1420
- package-ecosystem: "pip"
15-
directory: "/"
21+
directory: "/requirements"
1622
schedule:
1723
interval: "weekly"
1824
day: "wednesday"
25+
labels:
26+
- "dependencies"
27+
- "python"
28+
- "auto-merge-candidate"
29+
commit-message:
30+
prefix: "deps"
31+
include: "scope"
32+
# Allow patch and minor updates for automatic merging consideration
33+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)