Skip to content

Commit e82b80d

Browse files
authored
Update .pre-commit-config.yaml hooks using dependabot (#4435)
* Update .pre-commit-config.yaml using dependabot on a quarterly basis * Remove pre-commit-ci[bot] from release drafter exclusions
1 parent b8c3353 commit e82b80d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ updates:
1616
- "skip-changelog"
1717
cooldown:
1818
default-days: 7
19+
20+
- package-ecosystem: "pre-commit"
21+
directory: "/"
22+
schedule:
23+
interval: "quarterly"
24+
labels:
25+
- "maintenance"
26+
- "skip-changelog"

.github/release-drafter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ exclude-contributors:
2424
- 'actions-bot'
2525
- 'dependabot'
2626
- 'dependabot[bot]'
27-
- 'pre-commit-ci'
28-
- 'pre-commit-ci[bot]'
2927
category-template: '### $TITLE'
3028
change-template: '* $TITLE ([#$NUMBER]($URL))'
3129
sort-by: 'title'

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ repos:
1919
rev: v1.19.0
2020
hooks:
2121
- id: zizmor
22-
23-
# https://pre-commit.ci/#configuration
24-
ci:
25-
skip: [chmod]
26-
autofix_prs: false
27-
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)