diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..36a9811 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# https://docs.github.com/ru/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* rehlds/maintainers +* @wopox1337 @stamepicmorg \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f838381..af1756f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: monthly - reviewers: - - rehlds/maintainers +# reviewers: +# - rehlds/maintainers ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"]