Skip to content

Commit 22dc5a4

Browse files
committed
Add custom manager for analysis workflow version digest
1 parent bd2560b commit 22dc5a4

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

renovate.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
],
1616
"matchSourceUrls": [
1717
"https://github.com/JohT/code-graph-analysis-pipeline"
18-
],
19-
"matchUpdateTypes": [
20-
"digest"
2118
]
2219
}
2320
],
@@ -118,6 +115,20 @@
118115
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
119116
"currentValueTemplate": "main",
120117
"datasourceTemplate": "git-refs"
118+
},
119+
{
120+
"description": "Update code-graph-analysis-pipeline workflow digest",
121+
"customType": "regex",
122+
"fileMatch": [
123+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
124+
"(^|/)action\\.ya?ml$"
125+
],
126+
"matchStrings": [
127+
"uses: JohT/code-graph-analysis-pipeline/\\.github/workflows/public-analyze-code-graph\\.yml@(?<currentDigest>.*?)\\s+"
128+
],
129+
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
130+
"currentValueTemplate": "main",
131+
"datasourceTemplate": "git-refs"
121132
}
122133
]
123134
}

0 commit comments

Comments
 (0)