diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 27e1397..0adf2da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ updates: schedule: interval: "daily" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot" - package-ecosystem: "npm" directory: "/" schedule: @@ -14,5 +14,5 @@ updates: allow: - dependency-type: "production" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot"