Skip to content

Commit 34bd5a8

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/update-aqua-pk
2 parents e2418b3 + cf2dd53 commit 34bd5a8

4 files changed

Lines changed: 20 additions & 7 deletions

File tree

.github/renovate.json5

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,18 @@
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
}

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

mise/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minimum_release_age = "14d"
55
go = "1.26.5"
66
node = "26.5.0"
77
bun = "1.3.14"
8-
pnpm = "11.11.0"
8+
pnpm = "11.14.0"
99
python = "3.14.6"
10-
rust = "1.97.0"
11-
herdr = "0.7.3"
10+
rust = "1.97.1"
11+
herdr = "0.7.4"

0 commit comments

Comments
 (0)