From 46b0126cbde8c0309159cd5f28df3111b02f8c7c Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Fri, 19 Sep 2025 17:01:42 +0200 Subject: [PATCH] ci(dependabot): Enable automatic PR assignment for team --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000..0c5cd6020c5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@UI5/ui5-team-cor-fnd diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebf6ca750f8..77252ffd58b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci(github-actions)" - package-ecosystem: npm directory: "/" schedule: @@ -11,9 +13,7 @@ updates: day: sunday time: "10:00" timezone: Etc/UCT - reviewers: - - "SAP/ui5-foundation" versioning-strategy: increase commit-message: - prefix: "[DEPENDENCY] " - prefix-development: "[INTERNAL] " + prefix: "deps" + prefix-development: "build(deps-dev)"