diff --git a/.github/workflows/_system_test.yml b/.github/workflows/_system_test.yml index e6a37b0fc..480f0033d 100644 --- a/.github/workflows/_system_test.yml +++ b/.github/workflows/_system_test.yml @@ -24,6 +24,7 @@ jobs: with: repository: epics-containers/example-services path: example-services + ref: '2025.8.1' - name: Compose devices uses: hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0 diff --git a/renovate.json b/renovate.json index d6d35d7b6..5cc01c3c5 100644 --- a/renovate.json +++ b/renovate.json @@ -60,5 +60,20 @@ ], "description": "Group non-major github action updates" } + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + "^\\.github/workflows/[^/]+\\.ya?ml$" + ], + "matchStringsStrategy": "combination", + "matchStrings": [ + "uses: actions/checkout@v*\\s", + "repository: (?.*?)\\s", + "ref: (?.*?)\\s" + ], + "datasourceTemplate": "github-tags" + } ] }