Skip to content

Commit dce28a3

Browse files
renovate[bot]GuyKh
authored andcommitted
chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3.12 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c582eb commit dce28a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GuyKh/iec-custom-component",
3-
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
3+
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
44
"postCreateCommand": "scripts/setup",
55
"forwardPorts": [
66
8123

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{
2121
"customType": "regex",
2222
"fileMatch": ["^custom_components/.+/manifest\\.json$"],
23-
"matchStrings": ["\"requirements\":\\s*\\[(\\s*\"(?<depName>[^\"]+)==(?<currentValue>(==|>=|<=)[0-9\\.]+)\"[,\\s]?)*\\]"],
24-
"versioningTemplate": "semver",
23+
"matchStrings": ["\"requirements\":\\s*\\[(\\s*\"(?<depName>[^\"]+)(?<currentValue>(==|>=|<=)[0-9\\.]+)\"[,\\s]?)*\\]"],
24+
"versioningTemplate": "python",
2525
"depNameTemplate": "{{depName}}",
2626
"datasourceTemplate": "pypi"
2727
}

0 commit comments

Comments
 (0)