From: Jérôme Benoit Date: Thu, 18 May 2023 10:15:06 +0000 (+0200) Subject: build(deps): add labels on dependabot PRs X-Git-Tag: v1.2.14~54 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=ca3cd0b1d56b5d4006799260b63059a0b5dcc9b9;hp=7e4b5b3805347b738fbb3dc8a60d03ec34f3c3ba;p=e-mobility-charging-stations-simulator.git build(deps): add labels on dependabot PRs Signed-off-by: Jérôme Benoit --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8091b25c..ebbc8bdb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,7 @@ updates: interval: 'daily' labels: - 'dependencies' + - 'simulator' reviewers: - 'jerome-benoit' - 'olivierbagot' @@ -26,6 +27,7 @@ updates: interval: 'daily' labels: - 'dependencies' + - 'webui' reviewers: - 'jerome-benoit' - 'olivierbagot'