Skip to content

Commit

Permalink
chore(renovate): fix manifest.json regex match
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 25, 2023
1 parent f0fc85d commit c825ea9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
"commitMessageTopic": "{{depName}}",
"regexManagers": [
{
"fileMatch": ["^custom_components/jatekukko/manifest\\.json$"],
"matchStrings": ["\\s(?<depName>[\\w-]+)==(?<currentValue>\\S+)"],
"datasourceTemplate": "pypi"
},
{
"fileMatch": ["^\\.pre-commit-config\\.yaml$"],
"fileMatch": [
"^\\.pre-commit-config\\.yaml$",
"^custom_components/jatekukko/manifest\\.json$"
],
"matchStrings": ["(?<depName>[\\w-]+)(?<currentValue>==[a-z0-9.]+)"],
"datasourceTemplate": "pypi"
}
Expand Down

0 comments on commit c825ea9

Please sign in to comment.