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