From 8b9a691890bb0f3a100f18fae3af786177c170be Mon Sep 17 00:00:00 2001 From: John Muchovej Date: Sun, 8 Sep 2024 22:18:43 -0400 Subject: [PATCH] feat(renovate): finally figured out grouping latex devcontainer updates! Signed-off-by: John Muchovej --- .github/renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c233e90..c718d36 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -21,18 +21,18 @@ // }, { "groupName": "latex-devcontainer", - "matchFileNames": ["./images/src/latex/Dockerfile"], - "matchDatasources": [ "custom.texlive", "custom.chktex", "docker", ], - "matchManagers": ["dockerfile"], - "matchUpdateTypes": ["digest", "patch", "minor", "major"], + "matchFileNames": ["images/src/latex/Dockerfile"], "semanticCommitType": "deps", "semanticCommitScope": "latex", + "separateMajorMinor": false, + "separateMinorPatch": false, "enabled": true, }, { "matchDatasources": ["docker"], "matchPackageNames": ["mcr.microsoft.com/devcontainers/*"], - "versioning": "debian", + "versioning": "ubuntu", + "enabled": true, }, ],