Skip to content

Commit 1e2e6c2

Browse files
authored
Add custom manager for astral-sh/uv in renovate configuration (#513)
1 parent 02d8f0d commit 1e2e6c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,16 @@
55
],
66
"labels": [
77
"dependencies"
8+
],
9+
"customManagers": [
10+
{
11+
"customType": "regex",
12+
"fileMatch": ["^\\.devcontainer\\.json$"],
13+
"matchStrings": [
14+
"ghcr\\.io/va-h/devcontainers-features/uv:[\\d]+\"[\\s\\S]*?\"version\":\\s*\"(?<currentValue>[^\"]+)\""
15+
],
16+
"depNameTemplate": "astral-sh/uv",
17+
"datasourceTemplate": "github-releases"
18+
}
819
]
920
}

0 commit comments

Comments
 (0)