Skip to content

Commit be984ab

Browse files
Remove labels from dependabot yaml (#63)
They add a level of complexity we don't particularly need for now.
1 parent 7ec6004 commit be984ab

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/dependabot.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ updates:
77
interval: "weekly"
88
day: "monday"
99
open-pull-requests-limit: 10
10-
labels:
11-
- "dependencies"
12-
- "python"
1310

1411
# GitHub Actions
1512
- package-ecosystem: "github-actions"
@@ -18,9 +15,6 @@ updates:
1815
interval: "weekly"
1916
day: "monday"
2017
open-pull-requests-limit: 5
21-
labels:
22-
- "dependencies"
23-
- "github-actions"
2418

2519
# Pre-commit hooks
2620
- package-ecosystem: "pre-commit"
@@ -29,6 +23,3 @@ updates:
2923
interval: "weekly"
3024
day: "monday"
3125
open-pull-requests-limit: 5
32-
labels:
33-
- "dependencies"
34-
- "pre-commit"

0 commit comments

Comments
 (0)