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+"
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+"
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+"
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+)"
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$" ,
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