Skip to content

Commit 70bfafc

Browse files
committed
feat(renovate): Support updating intel device driver tag
1 parent 7f7a9e5 commit 70bfafc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@
160160
],
161161
"datasourceTemplate": "github-releases",
162162
"depNameTemplate": "k0sproject/k0s"
163+
},
164+
{
165+
"managerFilePatterns": ["^kubernetes/intel-quicksync/intel-quicksync/base/gpu-device\\.ya?ml$"],
166+
"matchStrings": [
167+
"^\\s*image:\\s*(!?\\s*)?(?<packageName>[^\\s:]+):(?<currentValue>[^\\s]+)\\s*$"
168+
],
169+
"datasourceTemplate": "docker"
163170
}
164171
]
165172
}

0 commit comments

Comments
 (0)