Skip to content

Commit

Permalink
perf: correct renovate automerge schedule and vcpkg-baseline updates (#8
Browse files Browse the repository at this point in the history
)

Signed-off-by: l.feng <[email protected]>
  • Loading branch information
msclock authored Dec 9, 2024
1 parent 23d6cbd commit 898dbda
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automergeType": "pr",
"automergeStrategy": "merge-commit",
"ignoreScripts": false,
"platformAutomerge": true,
"platformAutomerge": false,
"packageRules": [
{
"automerge": true,
Expand All @@ -26,16 +26,6 @@
"digest"
]
},
{
"matchDepTypes": [
"vcpkg-baseline"
],
"postUpgradeTasks": {
"commands": [
"find template -type f -name 'vcpkg.json.jinja' -exec sed -i 's|{{{currentDigest}}}|{{{newDigest}}}|g' {} +"
]
}
},
{
"description": "Group renovate docker tag and pre-commit-hooks tag",
"groupName": "renovate group",
Expand Down Expand Up @@ -77,7 +67,7 @@
"depNameTemplate": "https://github.com/microsoft/vcpkg",
"depTypeTemplate": "vcpkg-baseline",
"fileMatch": [
"^vcpkg\\.json$"
"^template/vcpkg\\.json\\.jinja$"
],
"matchStrings": [
"\"builtin-baseline\": \"(?<currentDigest>.*?)\""
Expand All @@ -90,7 +80,7 @@
"datasourceTemplate": "git-refs",
"depTypeTemplate": "vcpkg-baseline",
"fileMatch": [
"^vcpkg\\.json$"
"^template/vcpkg\\.json\\.jinja$"
],
"matchStrings": [
"\"baseline\": \"(?<currentDigest>.*?)\"[^}]+?\"repository\": \"(?<depName>.*?)\""
Expand Down

0 comments on commit 898dbda

Please sign in to comment.