Skip to content

Commit a15ef4d

Browse files
committed
Fix dependabot labels
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 0b56a3c commit a15ef4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
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)