File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "branchConcurrentLimit" : 0 ,
2626
2727 // ラベル付け
28- "labels" : [ "dependencies" , "renovate" ]
28+ "labels" : [ "dependencies" , "renovate" ] ,
29+
30+ // aqua-installer の aqua_version は標準マネージャーの対象外なので regex で拾う
31+ "customManagers" : [
32+ {
33+ "customType" : "regex" ,
34+ "managerFilePatterns" : [ "/^\\.github/workflows/.+\\.yaml$/" ] ,
35+ "matchStrings" : [
36+ "aqua_version:\\s*(?<currentValue>\\S+)\\s*# Renovate: depName=(?<depName>\\S+)"
37+ ] ,
38+ "datasourceTemplate" : "github-releases" ,
39+ "versioningTemplate" : "semver"
40+ }
41+ ]
2942}
Original file line number Diff line number Diff line change 2020 - name : Install aqua
2121 uses : aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
2222 with :
23- aqua_version : v2.56.6
23+ aqua_version : v2.62.2 # Renovate: depName=aquaproj/aqua
2424 - name : Fix aqua-checksums.json
2525 run : aqua upc -prune
2626
Original file line number Diff line number Diff line change 2525 - name : Setup aqua
2626 uses : aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
2727 with :
28- aqua_version : v2.56.1
28+ aqua_version : v2.62.2 # Renovate: depName=aquaproj/aqua
2929
3030 - name : Install security tools
3131 run : aqua i -l gitleaks zizmor
5252 - name : Setup aqua
5353 uses : aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5
5454 with :
55- aqua_version : v2.56.1
55+ aqua_version : v2.62.2 # Renovate: depName=aquaproj/aqua
5656
5757 - name : Install actions tools
5858 run : aqua i -l actionlint pinact
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ minimum_release_age = "14d"
55go = " 1.26.5"
66node = " 26.5.0"
77bun = " 1.3.14"
8- pnpm = " 11.11 .0"
8+ pnpm = " 11.14 .0"
99python = " 3.14.6"
10- rust = " 1.97.0 "
11- herdr = " 0.7.3 "
10+ rust = " 1.97.1 "
11+ herdr = " 0.7.4 "
You can’t perform that action at this time.
0 commit comments