diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f320a89 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +* @pi-hole/docker-maintainers" diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f6e07c..ce9b428 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,6 @@ updates: day: saturday time: "10:00" target-branch: development - reviewers: - - "pi-hole/docker-maintainers" - package-ecosystem: "docker" directory: "/src/" schedule: @@ -17,8 +15,6 @@ updates: day: saturday time: "10:00" target-branch: development - reviewers: - - "pi-hole/docker-maintainers" - package-ecosystem: pip directory: "/test" schedule: @@ -27,5 +23,3 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development - reviewers: - - "pi-hole/docker-maintainers" diff --git a/test/requirements.txt b/test/requirements.txt index 57384cd..6627397 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,5 +1,5 @@ pytest == 8.3.5 pytest-xdist == 3.6.1 -pytest-testinfra == 10.1.1 +pytest-testinfra == 10.2.2 black == 25.1.0 pytest-clarity == 1.0.1