diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..428d652d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "quarterly" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc4e5cc1..d17e7ff9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,3 @@ repos: - id: ruff-check args: [ --fix, --ignore, FIX ] # Allow committing with TODOs. Only CI checks should prevent merging with TODOs. - id: ruff-format - -ci: - autoupdate_commit_msg: 'chore: Update pre-commit hooks' - autoupdate_schedule: quarterly