File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ ENV \
1919
2020ARG \
2121 # renovate: datasource=npm depName=@anthropic-ai/claude-code
22- CLAUDE_CLI_VERSION=2.1.87 \
22+ CLAUDE_CLI_VERSION=2.1.90 \
2323 # renovate: datasource=npm depName=@openai/codex
24- CODEX_CLI_VERSION=0.118.0-alpha.3-win32-x64 \
24+ CODEX_CLI_VERSION=0.118.0 \
2525 # renovate: datasource=npm depName=@google/gemini-cli
26- GEMINI_CLI_VERSION=0.36.0-preview.6 \
26+ GEMINI_CLI_VERSION=0.36.0 \
2727 # renovate: datasource=npm depName=opencode-ai
28- OPENCODE_AI_VERSION=1.3.7 \
28+ OPENCODE_AI_VERSION=1.3.13 \
2929 CLI=""
3030
3131RUN if [ -n "$CLI" ]; then \
Original file line number Diff line number Diff line change 33 extends : [
44 'github>libops/renovate-config:default.json5' ,
55 ] ,
6+ packageRules : [
7+ {
8+ matchDatasources : [ 'npm' ] ,
9+ matchPackageNames : [
10+ '@anthropic-ai/claude-code' ,
11+ '@google/gemini-cli' ,
12+ '@openai/codex' ,
13+ 'opencode-ai' ,
14+ ] ,
15+ allowedVersions : '/^\\d+\\.\\d+\\.\\d+$/' ,
16+ } ,
17+ ] ,
618}
You can’t perform that action at this time.
0 commit comments