Skip to content

Commit 8cdfce3

Browse files
committed
pre-commit updates
1 parent 8db4cd7 commit 8cdfce3

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ updates:
3333
python-packages:
3434
patterns:
3535
- "*"
36+
37+
# Perform checks and updates for pre-commit hook versions.
38+
- package-ecosystem: "pre-commit"
39+
directory: "/"
40+
schedule:
41+
# Check for updates to pre-commit hooks every month
42+
interval: "monthly"
43+
groups:
44+
pre-commit-hooks:
45+
patterns:
46+
- "*"

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ repos:
4747
rev: v1.7.12
4848
hooks:
4949
- id: actionlint
50-
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
51-
rev: v0.6.0
52-
hooks:
53-
- id: pre-commit-update
54-
args: ["--keep", "mdformat", "--keep", "pre-commit-update", "--keep", "cffconvert"]
5550
- repo: https://github.com/jendrikseipp/vulture
5651
rev: 'v2.16'
5752
hooks:

.pre-commit-config.yaml.jinja

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ repos:
4747
rev: v1.7.7
4848
hooks:
4949
- id: actionlint
50-
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
51-
rev: v0.6.0
52-
hooks:
53-
- id: pre-commit-update
54-
args: ["--keep", "mdformat", "--keep", "pre-commit-update", "--keep", "cffconvert"]
5550
- repo: https://github.com/jendrikseipp/vulture
5651
rev: 'v2.14'
5752
hooks:

0 commit comments

Comments
 (0)