Skip to content

Commit 0dd36a7

Browse files
committed
Revert "Use shared renovate preset to update the code graph analysis pipeline"
This reverts commit 3c92d62.
1 parent 3c92d62 commit 0dd36a7

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

renovate.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@
44
"config:recommended",
55
":combinePatchMinorReleases",
66
"schedule:earlyMondays",
7-
"helpers:pinGitHubActionDigests",
8-
"github>JohT/code-graph-analysis-pipeline//renovate-presets/code-graph-analysis-workflow-latest-digest.json5"
7+
"helpers:pinGitHubActionDigests"
8+
],
9+
"ignoreUnstable": false,
10+
"packageRules": [
11+
{
12+
"description": "Code Graph Analysis Pipeline Workflow",
13+
"groupName": [
14+
"Code Graph Analysis Pipeline Workflow"
15+
],
16+
"matchPackageNames": [
17+
"JohT/code-graph-analysis-pipeline",
18+
"https://github.com/JohT/code-graph-analysis-pipeline"
19+
]
20+
}
921
],
1022
"customManagers": [
1123
{
@@ -75,6 +87,22 @@
7587
"JAVA_VERSION:\\s+?(?<currentValue>.*?)\\s+"
7688
],
7789
"extractVersionTemplate": "^(?<version>\\d+).*$"
90+
},
91+
{
92+
"description": "Update code-graph-analysis-pipeline ref parameter",
93+
"customType": "regex",
94+
"fileMatch": [
95+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
96+
"(^|/)action\\.ya?ml$"
97+
],
98+
"matchStringsStrategy": "combination",
99+
"matchStrings": [
100+
"uses: JohT/code-graph-analysis-pipeline/\\.github/workflows/public-analyze-code-graph\\.yml*\\s*",
101+
"ref:\\s*(?<currentDigest>.*?)\\s+#\\s+(?<currentValue>.*?)\\s+"
102+
],
103+
104+
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
105+
"datasourceTemplate": "git-refs"
78106
}
79107
]
80108
}

0 commit comments

Comments
 (0)