Skip to content

Commit a0bc9b0

Browse files
authored
Revert "chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v40 (#396)" (#398)
This reverts commit f1ccd36. Co-authored-by: Zoltan Kalmar <[email protected]>
1 parent f1ccd36 commit a0bc9b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
customManagers: [
2626
{
2727
customType: "regex",
28-
managerFilePatterns: ["/.ya?ml$/"],
28+
fileMatch: ["\.ya?ml$"],
2929
matchStrings: [
3030
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.* (?<currentValue>.*)\\s"
3131
],

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ repos:
2222
args: ["-config-file", "actionlint/actionlint.yaml"]
2323

2424
- repo: https://github.com/renovatebot/pre-commit-hooks
25-
rev: 40.3.1
25+
rev: 39.259.0
2626
hooks:
2727
- id: renovate-config-validator
2828
args: ["--strict"]
29-
language_version: 22.15.0 # temporary workaround to mitigate issue https://github.com/renovatebot/pre-commit-hooks/issues/2460
29+
language_version: 20.18.0 # temporary workaround to mitigate issue https://github.com/renovatebot/pre-commit-hooks/issues/2460

0 commit comments

Comments
 (0)