diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de9e1bd..0adf2da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,19 +4,15 @@ updates: directory: "/" schedule: interval: "daily" - time: "06:00" - timezone: "Europe/Paris" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot" - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" - time: "06:00" - timezone: "Europe/Paris" allow: - dependency-type: "production" labels: - - ":game_die: dependencies" - - ":robot: bot" + - "dependencies" + - "bot"