We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b43f commit f82fc41Copy full SHA for f82fc41
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
stages: [commit-msg]
27
additional_dependencies: ['@commitlint/[email protected]']
28
- repo: https://github.com/rubocop-hq/rubocop
29
- rev: v1.75.5
+ rev: v1.75.6
30
hooks:
31
- id: rubocop
32
name: Check Ruby files with rubocop
@@ -96,7 +96,7 @@ repos:
96
)$
97
additional_dependencies: [pygments==2.16.1]
98
- repo: https://github.com/renovatebot/pre-commit-hooks
99
- rev: 40.10.4
+ rev: 40.19.0
100
101
- id: renovate-config-validator
102
name: Check Renovate config with renovate-config-validator
0 commit comments