Skip to content

Commit 2435a31

Browse files
committed
Update not any but only code-graph-analysis-pipeline repository hash
1 parent 1f5c1db commit 2435a31

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

renovate.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"description": "Update AXON_FRAMEWORK_VERSION environment variable in GitHub Actions",
1414
"customType": "regex",
1515
"fileMatch": [
16-
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
17-
"(^|\\/)action\\.ya?ml$]"
16+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
17+
"(^|/)action\\.ya?ml$"
1818
],
1919
"matchStrings": [
2020
"AXON_FRAMEWORK_VERSION:\\s+?(?<currentValue>.*?)\\s+"
@@ -27,8 +27,8 @@
2727
"description": "Update REACT_ROUTER_VERSION environment variable in GitHub Actions",
2828
"customType": "regex",
2929
"fileMatch": [
30-
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
31-
"(^|\\/)action\\.ya?ml$]"
30+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
31+
"(^|/)action\\.ya?ml$"
3232
],
3333
"matchStrings": [
3434
"REACT_ROUTER_VERSION:\\s+?(?<currentValue>.*?)\\s+"
@@ -54,8 +54,8 @@
5454
"description": "Update Python environment mambaforge version in GitHub Actions",
5555
"customType": "regex",
5656
"fileMatch": [
57-
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
58-
"(^|\\/)action\\.ya?ml$]"
57+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
58+
"(^|/)action\\.ya?ml$"
5959
],
6060
"matchStrings": [
6161
"mambaforge:\\s+?(?<currentValue>.*?)\\s+"
@@ -67,9 +67,8 @@
6767
"description": "Update npx command package versions",
6868
"customType": "regex",
6969
"fileMatch": [
70-
"^scripts/[^/]*\\.sh$",
71-
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
72-
"(^|\\/)action\\.ya?ml$]"
70+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
71+
"(^|/)action\\.ya?ml$"
7372
],
7473
"matchStrings": [
7574
"npx\\s+--yes\\s+(--package\\s+)?(-p\\s+)?(?<depName>@?[^@]+)@(?<currentValue>.*?)($|\\s+)"
@@ -83,16 +82,16 @@
8382
"depNameTemplate": "java",
8483
"packageNameTemplate": "",
8584
"fileMatch": [
86-
"^(workflow-templates|\\.github/workflows)\\/[^/]+\\.ya?ml$",
87-
"(^|\\/)action\\.ya?ml$]"
85+
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
86+
"(^|/)action\\.ya?ml$"
8887
],
8988
"matchStrings": [
9089
"JAVA_VERSION:\\s+?(?<currentValue>.*?)\\s+"
9190
],
9291
"extractVersionTemplate": "^(?<version>\\d+).*$"
9392
},
9493
{
95-
"description": "Update repositories checked out with 'actions/checkout' and a specific ref",
94+
"description": "Update code-graph-analysis-pipeline repository commit hash",
9695
"customType": "regex",
9796
"fileMatch": [
9897
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
@@ -101,11 +100,12 @@
101100
"matchStringsStrategy": "combination",
102101
"matchStrings": [
103102
"uses: actions/checkout@v*\\s",
104-
"repository: (?<depName>.*?)\\s",
105-
"ref: (?<currentDigest>.*?)\\s"
103+
"repository:\\s*JohT/code-graph-analysis-pipeline\\s",
104+
"ref:\\s*(?<currentDigest>.*?)\\s"
106105
],
106+
"packageNameTemplate": "https://github.com/JohT/code-graph-analysis-pipeline",
107107
"currentValueTemplate": "main",
108-
"datasourceTemplate": "github-refs"
108+
"datasourceTemplate": "git-refs"
109109
}
110110
]
111111
}

0 commit comments

Comments
 (0)