Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
22e7984f
Unverified
Commit
22e7984f
authored
7 months ago
by
Erin
Committed by
GitHub
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
feat(manager/asdf): add asdf protoc support (#32646)
parent
2b8cd763
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/modules/manager/asdf/extract.spec.ts
+8
-0
8 additions, 0 deletions
lib/modules/manager/asdf/extract.spec.ts
lib/modules/manager/asdf/upgradeable-tooling.ts
+8
-0
8 additions, 0 deletions
lib/modules/manager/asdf/upgradeable-tooling.ts
with
16 additions
and
0 deletions
lib/modules/manager/asdf/extract.spec.ts
+
8
−
0
View file @
22e7984f
...
...
@@ -107,6 +107,7 @@ php 8.1.12
pnpm 7.26.2
poetry 1.3.2
pre-commit 3.3.1
protoc 28.3
pulumi 3.57.1
python 3.11.0
rebar 3.23.0
...
...
@@ -559,6 +560,13 @@ dummy 1.2.3
depName
:
'
pre-commit
'
,
extractVersion
:
'
^v(?<version>.+)
'
,
},
{
currentValue
:
'
28.3
'
,
datasource
:
'
github-releases
'
,
packageName
:
'
protocolbuffers/protobuf
'
,
depName
:
'
protoc
'
,
extractVersion
:
'
^v(?<version>
\\
S+)
'
,
},
{
currentValue
:
'
3.57.1
'
,
datasource
:
'
github-releases
'
,
...
...
This diff is collapsed.
Click to expand it.
lib/modules/manager/asdf/upgradeable-tooling.ts
+
8
−
0
View file @
22e7984f
...
...
@@ -569,6 +569,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion
:
'
^v(?<version>.+)
'
,
},
},
protoc
:
{
asdfPluginUrl
:
'
https://github.com/paxosglobal/asdf-protoc.git
'
,
config
:
{
datasource
:
GithubReleasesDatasource
.
id
,
packageName
:
'
protocolbuffers/protobuf
'
,
extractVersion
:
'
^v(?<version>
\\
S+)
'
,
},
},
pulumi
:
{
asdfPluginUrl
:
'
https://github.com/canha/asdf-pulumi.git
'
,
config
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment