From a5fb052d2b4d44edd2da49ddc8a4df1059ddb162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Bj=C3=B6rkqvist?= Date: Tue, 18 Jun 2024 10:26:42 +0200 Subject: [PATCH] chore(KUI-1353): added CODEOWNERS and config for dependabot --- .github/CODEOWNERS | 7 +++++++ .github/dependabot.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..072a1dc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# these users will be requested for +# review when someone opens a pull request. +* @belanglos @karlandindrakryggen @amirhossein-haerian @axelbjo @allazis \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc7afd7..6b0262f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'daily' + open-pull-requests-limit: 0 \ No newline at end of file