From 7a3c30a329c86b6c1c97d710bd8fb59777378b87 Mon Sep 17 00:00:00 2001 From: Bas Meeuwissen Date: Fri, 13 Jun 2025 12:59:10 +0200 Subject: [PATCH 1/2] #420: code owners defined --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4aff1c38 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @basmasking @petermasking From 1450097198b296064bd52c1afecd53d370c7be49 Mon Sep 17 00:00:00 2001 From: Bas Meeuwissen Date: Fri, 13 Jun 2025 12:59:33 +0200 Subject: [PATCH 2/2] #420: deprecated field removed, code owners are used --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7692728b..4922b662 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,3 @@ updates: pull-request-branch-name: # Separate sections of the branch name with a hyphen separator: "-" - reviewers: - - "basmasking" - - "petermasking" - - "johnmasking"