diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml index 7a3ff687b..63cf14c93 100644 --- a/.github/dependabot_backend.yml +++ b/.github/dependabot_backend.yml @@ -9,6 +9,9 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + labels: + - devops + - service:backend - package-ecosystem: docker directory: "/backend" @@ -18,6 +21,9 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + labels: + - devops + - service:docker - package-ecosystem: "github-actions" directory: "/" @@ -26,4 +32,6 @@ updates: interval: weekly day: "saturday" timezone: "Europe/Berlin" - time: "03:00" \ No newline at end of file + time: "03:00" + labels: + - devops