Skip to content

Commit

Permalink
Add auto-updates for nvidia-container-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkumarashok committed Nov 1, 2024
1 parent b46d148 commit 520d35a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
"matchStrings": [
"#\\s*renovate:\\s*(datasource=(?<datasource>.*?) )?depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*.*?version.*\\\"(?<currentValue>.*)\\\""
]
},
{
"customType": "regex",
"fileMatch": ["config\\.sh"],
"matchStrings": [
"NVIDIA_CONTAINER_TOOLKIT_VER=\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "NVIDIA/nvidia-container-toolkit",
"versioningTemplate": "semver"
}
],
"customDatasources": {
Expand Down

0 comments on commit 520d35a

Please sign in to comment.