Skip to content

Commit

Permalink
Fix renovate configuration error (#24)
Browse files Browse the repository at this point in the history
Remove extra comma
  • Loading branch information
lildude authored Jul 18, 2024
1 parent 2c729d4 commit 3066532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"customType": "regex",
"fileMatch": "^build.json$",
"matchStrings": [
"\"teslamate_version\": \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\"",
"\"teslamate_version\": \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "teslamate-org/teslamate"
Expand Down

0 comments on commit 3066532

Please sign in to comment.