From be998ca6fffa990dbfc501ba6eeca048c544b885 Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Thu, 31 Oct 2024 17:08:27 -0700 Subject: [PATCH 1/3] Renovate config change for AKS GPU CUDA and GRID patch updates --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 2a2ffe65021..c7f1c78fff8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,17 @@ } ], "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackageNames": ["aks/aks-gpu-cuda", "aks/aks-gpu-grid"], + "matchUpdateTypes": ["major", "minor", "patch"], + "enabled": true, + "automerge": false + }, + { + "matchPackageNames": ["aks/aks-gpu-cuda", "aks/aks-gpu-grid"], + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)(?:-(?\\d{14}))?$" + }, { "matchDatasources": ["docker", "custom.deb1804", "custom.deb2004", "custom.deb2204", "custom.deb2404"], "matchUpdateTypes": [ From d01a3c3ad34c196e9a4303238487ff5683e9d8ee Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Sat, 2 Nov 2024 22:13:39 -0700 Subject: [PATCH 2/3] move gpu container image package rule to bottom --- .github/renovate.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c7f1c78fff8..775af12e7d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,17 +16,6 @@ } ], "packageRules": [ - { - "matchDatasources": ["docker"], - "matchPackageNames": ["aks/aks-gpu-cuda", "aks/aks-gpu-grid"], - "matchUpdateTypes": ["major", "minor", "patch"], - "enabled": true, - "automerge": false - }, - { - "matchPackageNames": ["aks/aks-gpu-cuda", "aks/aks-gpu-grid"], - "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)(?:-(?\\d{14}))?$" - }, { "matchDatasources": ["docker", "custom.deb1804", "custom.deb2004", "custom.deb2204", "custom.deb2404"], "matchUpdateTypes": [ @@ -98,6 +87,14 @@ { "matchPackageNames": ["moby-runc", "moby-containerd"], "extractVersion": "^v?(?.+)$" + }, + { + "matchPackageNames": ["aks/aks-gpu-cuda", "aks/aks-gpu-grid"], + "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?\\d{14})$", + "automerge": false, + "enabled": true, + "ignoreUnstable": false, + "respectLatest": false } ], "customManagers": [ From 062e079e5234903de917ba701819bcecd354c203 Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Sat, 2 Nov 2024 22:14:19 -0700 Subject: [PATCH 3/3] remove respect latest --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 775af12e7d6..3451ec65155 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -93,8 +93,7 @@ "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?\\d{14})$", "automerge": false, "enabled": true, - "ignoreUnstable": false, - "respectLatest": false + "ignoreUnstable": false } ], "customManagers": [