We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a941cfb commit 628a772Copy full SHA for 628a772
.github/dependabot.yaml
@@ -23,8 +23,8 @@ updates:
23
schedule:
24
interval: "weekly"
25
labels:
26
- - "dependency bug"
27
- - "docker"
+ - "area/dependencies"
+ - "area/docker"
28
29
- package-ecosystem: "github-actions"
30
# The "github-actions" code explicitly looks in /.github/workflows if the
@@ -33,8 +33,8 @@ updates:
33
34
35
36
37
- - "github workflows"
+ - "area/devops"
38
39
- package-ecosystem: "pip"
40
# OpenFermion has requirements.txt files in multiple places.
@@ -45,4 +45,4 @@ updates:
45
46
versioning-strategy: "increase-if-necessary"
47
48
0 commit comments