diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1988ad5fd9..40084a4c37c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,11 @@ updates: - "skip-changelog" cooldown: default-days: 7 + + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "quarterly" + labels: + - "maintenance" + - "skip-changelog" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6a158ee9600..4f139c04de1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -24,8 +24,6 @@ exclude-contributors: - 'actions-bot' - 'dependabot' - 'dependabot[bot]' - - 'pre-commit-ci' - - 'pre-commit-ci[bot]' category-template: '### $TITLE' change-template: '* $TITLE ([#$NUMBER]($URL))' sort-by: 'title' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 918aabcd2ca..e5da1d9654c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,9 +19,3 @@ repos: rev: v1.19.0 hooks: - id: zizmor - -# https://pre-commit.ci/#configuration -ci: - skip: [chmod] - autofix_prs: false - autoupdate_schedule: quarterly