File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
customManagers : [
26
26
{
27
27
customType : "regex" ,
28
- managerFilePatterns : [ "/ .ya?ml$/ " ] ,
28
+ fileMatch : [ "\ .ya?ml$" ] ,
29
29
matchStrings : [
30
30
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.* (?<currentValue>.*)\\s"
31
31
] ,
Original file line number Diff line number Diff line change 22
22
args : ["-config-file", "actionlint/actionlint.yaml"]
23
23
24
24
- repo : https://github.com/renovatebot/pre-commit-hooks
25
- rev : 40.3.1
25
+ rev : 39.259.0
26
26
hooks :
27
27
- id : renovate-config-validator
28
28
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
You can’t perform that action at this time.
0 commit comments