Skip to content

Commit

Permalink
fix: remove redundant fileMatch items (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Dec 10, 2024
1 parent 96b566c commit 1437318
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@
"fileMatch": [
"^\\.github/workflows/.+\\.yml$",
"^\\.renovaterc\\.json$",
"^Makefile$",
"^template/.*?/workflows/.+\\.yml(\\.jinja)?$",
"^template/\\.renovaterc\\.json\\.jinja$",
"^template/Makefile\\.jinja$"
"^template/\\.renovaterc\\.json\\.jinja$"
],
"matchStrings": [
"pipx? install.* (?<depName>.*?)==(?<currentValue>.*?)[\\s\";]"
Expand Down
10 changes: 5 additions & 5 deletions template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,10 @@
"datasourceTemplate": "pypi",
"fileMatch": [
"^\\.github/workflows/.+\\.yml$",
"^\\.renovaterc\\.json$",
"^Makefile$"
"^\\.renovaterc\\.json$"
[%- if repo_name == 'ss-pybind11' %],
"^template/.*?/workflows/.+\\.yml(\\.jinja)?$",
"^template/\\.renovaterc\\.json\\.jinja$",
"^template/Makefile\\.jinja$"
"^template/\\.renovaterc\\.json\\.jinja$"
[%- endif %]
],
"matchStrings": [
Expand All @@ -119,8 +117,10 @@
"depTypeTemplate": "github-runner",
"description": "Match GitHub runner defined in GitHub Actions matrix strategy",
"fileMatch": [
"^\\.github/workflows/.+\\.yml$",
"^\\.github/workflows/.+\\.yml$"
[%- if repo_name == 'ss-pybind11' %],
"^template/.*\\.github.*/workflows/.+\\.yml(\\.jinja)?$"
[%- endif %]
],
"matchStringsStrategy": "recursive",
"matchStrings": [
Expand Down

0 comments on commit 1437318

Please sign in to comment.