We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 4544e3e commit dd67902Copy full SHA for dd67902
1 file changed
.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
- id: commitlint
31
- id: commitlint-ci
32
- repo: https://github.com/rubocop-hq/rubocop
33
- rev: v1.84.2
+ rev: v1.85.0
34
hooks:
35
- id: rubocop
36
name: Check Ruby files with rubocop
@@ -100,12 +100,12 @@ repos:
100
)$
101
additional_dependencies: [pygments==2.16.1]
102
- repo: https://github.com/renovatebot/pre-commit-hooks
103
- rev: 43.35.1
+ rev: 43.48.4
104
105
- id: renovate-config-validator
106
name: Check Renovate config with renovate-config-validator
107
- repo: https://github.com/python-jsonschema/check-jsonschema
108
- rev: 0.36.2
+ rev: 0.37.0
109
110
- id: check-github-workflows
111
name: Check GitHub workflows with check-jsonschema
0 commit comments