diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b15ccb70..940b64790 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,21 @@ updates: - "frgfm" - "charlesmindee" - "felixdittrich92" + - "odulcy-mindee" + - package-ecosystem: "github-actions" + directory: "/" + open-pull-requests-limit: 10 + target-branch: "main" + labels: ["topic: ci"] + schedule: + interval: weekly + day: sunday + reviewers: + - "frgfm" + - "charlesmindee" + - "felixdittrich92" + - "odulcy-mindee" + groups: + github-actions: + patterns: + - "*" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbbdbdf2b..a0a971f41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.7.2 hooks: - id: ruff args: [ --fix ]