Skip to content

Commit 628a772

Browse files
authored
Update labels used by Dependabot (#1075)
1 parent a941cfb commit 628a772

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ updates:
2323
schedule:
2424
interval: "weekly"
2525
labels:
26-
- "dependency bug"
27-
- "docker"
26+
- "area/dependencies"
27+
- "area/docker"
2828

2929
- package-ecosystem: "github-actions"
3030
# The "github-actions" code explicitly looks in /.github/workflows if the
@@ -33,8 +33,8 @@ updates:
3333
schedule:
3434
interval: "weekly"
3535
labels:
36-
- "dependency bug"
37-
- "github workflows"
36+
- "area/dependencies"
37+
- "area/devops"
3838

3939
- package-ecosystem: "pip"
4040
# OpenFermion has requirements.txt files in multiple places.
@@ -45,4 +45,4 @@ updates:
4545
interval: "weekly"
4646
versioning-strategy: "increase-if-necessary"
4747
labels:
48-
- "dependency bug"
48+
- "area/dependencies"

0 commit comments

Comments
 (0)