Skip to content

Commit

Permalink
fix: renovate fileMatch syntax (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire authored Sep 19, 2024
1 parent 544e028 commit 3567b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": ["config:base"],
"regexManagers": [
{
"fileMatch": ["^Packages/(?!(\\.))[^/]+\\.pkl$"],
"fileMatch": ["^Packages/([^/.][^/]*\\.pkl)$"],
"matchStrings": ["version = \"(?<currentValue>.*)\""],
"datasourceTemplate": "github-releases",
"depNameTemplate": "cosmic/{{packageName}}",
Expand Down

0 comments on commit 3567b60

Please # to comment.