diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c3a688..fbf2281 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,12 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" reviewers: - - rkm + - SMI/reviewers - package-ecosystem: "maven" directory: "/integration" schedule: - interval: "daily" + interval: "weekly" reviewers: - - rkm + - SMI/reviewers diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59d87e2..c997193 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,7 +94,6 @@ repos: rev: "23.9.1" hooks: - id: black - language_version: python38 - repo: https://github.com/PyCQA/flake8 rev: "6.1.0" hooks: