diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e6d4748e..cd48203a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,8 @@ updates: interval: "weekly" assignees: - "xylar" + - "andrewdnolan" reviewers: - "xylar" - "altheaden" - + - "andrewdnolan" diff --git a/.github/workflows/pre_commit_update_workflow.yml b/.github/workflows/pre_commit_update_workflow.yml index 0463adf4..9e914a63 100644 --- a/.github/workflows/pre_commit_update_workflow.yml +++ b/.github/workflows/pre_commit_update_workflow.yml @@ -62,7 +62,7 @@ jobs: --title "Update pre-commit and its dependencies" \ --body "This PR was auto-generated to update pre-commit and its dependencies." \ --head update-pre-commit-deps \ - --reviewer altheaden,xylar \ + --reviewer altheaden,xylar,andrewdnolan \ --label ci env: GH_TOKEN: ${{ github.token }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0467b009..c8efbec5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: require_serial: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.3 + rev: v0.12.4 hooks: # Run the linter. - id: ruff-check