Skip to content

Commit

Permalink
feat(renovate): finally figured out grouping latex devcontainer updates!
Browse files Browse the repository at this point in the history
Signed-off-by: John Muchovej <jmuchovej@users.noreply.github.com>
  • Loading branch information
jmuchovej committed Sep 9, 2024
1 parent e837b0f commit 8b9a691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],

Expand Down

0 comments on commit 8b9a691

Please sign in to comment.