From 6c0d335223beec21f500ad4d8ee5765b1b6a1272 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Mon, 9 Jun 2025 12:21:29 +0300 Subject: [PATCH] chore: replace dependabot reviewers with CODEOWNERS file refs PT-1887 (palvelutarjotin) refs RATYK-107 (similar changes in ratkaisutoimisto's projects) --- .github/dependabot.yml | 3 --- CODEOWNERS | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 CODEOWNERS diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22a8252f..6a3f63f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,3 @@ updates: prefix: "deps" # Disable version updates and only allow security updates open-pull-requests-limit: 0 - # TODO(PT-1887): Enable reviewers when application has been transferred to Ratkaisutoimisto - #reviewers: - # - "City-of-Helsinki/ratkaisutoimiston-backend" diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..ce22903b --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @City-of-Helsinki/ratkaisutoimiston-backend