diff --git a/.gitmodules b/.gitmodules index 28f984d..ec93da4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "gardenlinux"] path = gardenlinux url = https://github.com/gardenlinux/gardenlinux + branch = rel-2150 diff --git a/renovate.json b/renovate.json index c756739..e3880e8 100644 --- a/renovate.json +++ b/renovate.json @@ -39,6 +39,25 @@ "extractVersionTemplate": "^(?.+)\\+bp2150$", "versioningTemplate": "loose", "autoReplaceStringTemplate": "EDK2_VERSION=\"{{{newValue}}}%2Bbp2150\"" + }, + { + "customType": "regex", + "managerFilePatterns": ["/^\\.github/workflows/.+\\.ya?ml$/"], + "matchStrings": [ + "uses:\\s*gardenlinux/gardenlinux/\\.github/workflows/[^@\\s]+@(?[a-f0-9]{40})" + ], + "depNameTemplate": "gardenlinux/gardenlinux", + "packageNameTemplate": "https://github.com/gardenlinux/gardenlinux", + "datasourceTemplate": "git-refs", + "currentValueTemplate": "rel-2150" + } + ], + "packageRules": [ + { + "matchDatasources": ["git-refs"], + "matchDepNames": ["gardenlinux/gardenlinux", "gardenlinux"], + "versioning": "loose", + "allowedVersions": "/^rel-2150$/" } ] }