Skip to content

Commit

Permalink
Update renovate.json (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandahla authored Jan 15, 2025
1 parent 0d11a66 commit 7252394
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@
"fileMatch": ["(^|/)rockcraft.yaml$"],
"description": "Update Synapse workload",
"matchStringsStrategy": "any",
"matchStrings": ["source-tag: (?<currentValue>.+)"],
"matchStrings": ["source:.*synapse.*\n.*source-type: git.*\n.*source-tag: (?<currentValue>.+)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "element-hq/synapse",
"versioningTemplate": "semver-coerced"
},
{
"fileMatch": ["(^|/)rockcraft.yaml$"],
"description": "Update MAS workload",
"matchStringsStrategy": "any",
"matchStrings": ["source:.*matrix-authentication-service.*\n.*source-type: git.*\n.*source-tag: (?<currentValue>.+)"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "element-hq/matrix-authentication-service",
"versioningTemplate": "semver-coerced"
}

],
Expand Down

0 comments on commit 7252394

Please sign in to comment.