Skip to content

Commit 128f05c

Browse files
authored
Merge pull request docker#398 from crazy-max/fix-dependabot
Fix dependabot labels
2 parents c7dab97 + a15ef4d commit 128f05c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ updates:
55
schedule:
66
interval: "daily"
77
labels:
8-
- ":game_die: dependencies"
9-
- ":robot: bot"
8+
- "dependencies"
9+
- "bot"
1010
- package-ecosystem: "npm"
1111
directory: "/"
1212
schedule:
1313
interval: "daily"
1414
allow:
1515
- dependency-type: "production"
1616
labels:
17-
- ":game_die: dependencies"
18-
- ":robot: bot"
17+
- "dependencies"
18+
- "bot"

0 commit comments

Comments
 (0)