Skip to content

Commit

Permalink
chore(whitespace): add whitespace to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 29, 2025
1 parent 7cb0651 commit e45c957
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@
"packageNameTemplate": "chipsalliance/verible",
"datasourceTemplate": "github-releases",
"versioningTemplate": "loose"
},
{
"customType": "regex",
"fileMatch": [
"whitespace/info.yaml"
],
"matchStrings": [
"^image: restyled/restyler-whitespace:(?<currentValue>.*?)\\n"
],
"depNameTemplate": "whitespace",
"packageNameTemplate": "restyled-io/restyler-whitespace",
"datasourceTemplate": "github-tags",
"versioningTemplate": "pvp"
}
]
}

0 comments on commit e45c957

Please sign in to comment.