Skip to content

Commit be191b2

Browse files
authored
[BRE-1373] Fixing actionlint renovate config (#197)
1 parent 3bc0f7c commit be191b2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/renovate.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>bitwarden/renovate-config"],
4-
"enabledManagers": ["github-actions", "npm", "pipenv"],
4+
"enabledManagers": ["github-actions", "npm", "pipenv", "regex"],
55
"labels": ["version:patch"],
66
"packageRules": [
77
{
@@ -23,10 +23,8 @@
2323
"customManagers": [
2424
{
2525
"customType": "regex",
26-
"fileMatch": ["^actionlint_version\\.yaml$"],
27-
"matchStrings": [
28-
"\"actionlint_version\":\\s*\"(?<currentValue>[^\"]+)\""
29-
],
26+
"fileMatch": [".*/actionlint_version.yaml"],
27+
"matchStrings": ["actionlint_version:\\s*\"(?<currentValue>[^\"]+)\""],
3028
"depNameTemplate": "rhysd/actionlint",
3129
"datasourceTemplate": "github-releases",
3230
"versioningTemplate": "semver"

0 commit comments

Comments
 (0)