Skip to content

Commit

Permalink
ci: add renovate for versions.properties (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored Oct 22, 2024
1 parent ab5ee32 commit f19681d
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 @@ -2,5 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>SchweizerischeBundesbahnen/casc-renovate-preset-polarion-java"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"versions.properties$"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "SchweizerischeBundesbahnen/weasyprint-service",
"matchStrings": [
"weasyprint-service.version=(?<currentValue>.*)"
]
}
]
}

0 comments on commit f19681d

Please sign in to comment.