From 09154307d98be18ad8a8813cdb67626a3e2919ec Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:16:57 +0200 Subject: [PATCH 1/5] add debendabot for backend npm package updates --- .github/dependabot_backend.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot_backend.yml diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml new file mode 100644 index 000000000..15798806c --- /dev/null +++ b/.github/dependabot_backend.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: +- package-ecosystem: npm + directory: "/backend" + rebase-strategy: "disabled" + schedule: + interval: weekly + day: "saturday" + timezone: "Europe/Berlin" + time: "03:00" From 2947f82f2c447aed77d94995ba760d6db06c129b Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:19:43 +0200 Subject: [PATCH 2/5] add dependabot for backend docker image-related updates --- .github/dependabot_backend.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml index 15798806c..e107cc10e 100644 --- a/.github/dependabot_backend.yml +++ b/.github/dependabot_backend.yml @@ -9,3 +9,12 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + +- package-ecosystem: docker + directory: "/backend" + rebase-strategy: "disabled" + schedule: + interval: weekly + day: "saturday" + timezone: "Europe/Berlin" + time: "03:00" From 6fc6eca96214c48b3d9c1bf7b955000290beac55 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:25:12 +0200 Subject: [PATCH 3/5] add dependabot for github actions updates --- .github/dependabot_backend.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml index e107cc10e..7a3ff687b 100644 --- a/.github/dependabot_backend.yml +++ b/.github/dependabot_backend.yml @@ -18,3 +18,12 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + +- package-ecosystem: "github-actions" + directory: "/" + rebase-strategy: "disabled" + schedule: + interval: weekly + day: "saturday" + timezone: "Europe/Berlin" + time: "03:00" \ No newline at end of file From 946add93e4c14547193355844430c3a951773036 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:27:29 +0200 Subject: [PATCH 4/5] pr labels to dependabots --- .github/dependabot_backend.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 From 5c0b2c5a380ead18e00a7f67a4cf0080bbd8506e Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 25 Jul 2023 15:38:19 +0200 Subject: [PATCH 5/5] --amend --- .github/dependabot_backend.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot_backend.yml b/.github/dependabot_backend.yml index 63cf14c93..eadeec7af 100644 --- a/.github/dependabot_backend.yml +++ b/.github/dependabot_backend.yml @@ -10,8 +10,8 @@ updates: timezone: "Europe/Berlin" time: "03:00" labels: - - devops - - service:backend + - "devops" + - "service:backend" - package-ecosystem: docker directory: "/backend" @@ -22,8 +22,8 @@ updates: timezone: "Europe/Berlin" time: "03:00" labels: - - devops - - service:docker + - "devops" + - "service:docker" - package-ecosystem: "github-actions" directory: "/" @@ -34,4 +34,4 @@ updates: timezone: "Europe/Berlin" time: "03:00" labels: - - devops + - "devops"