Skip to content

Commit 40811db

Browse files
.
1 parent f79b4da commit 40811db

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

renovate.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"uv.lock",
88
"scripts/split_tox_gh_actions/templates/test_group.jinja",
99
"scripts/split_tox_gh_actions/templates/test_orchestrator.jinja",
10-
".github/workflows/test.yml",
11-
".github/workflows/test-integrations-*.yml"
10+
".github/workflows/*.yml"
1211
],
1312
"lockFileMaintenance": {
1413
"enabled": true
@@ -20,6 +19,12 @@
2019
"matchUpdateTypes": ["major", "minor", "patch", "pin"],
2120
"enabled": false
2221
},
22+
{
23+
"description": "Disable Ubuntu image updates.",
24+
"matchManagers": ["github-actions"],
25+
"matchDatasources": ["github-runners"],
26+
"enabled": false
27+
},
2328
{
2429
"description": "Group GitHub Actions updates.",
2530
"matchManagers": ["custom.regex", "github-actions"],
@@ -43,6 +48,19 @@
4348
"datasourceTemplate": "github-tags",
4449
"versioningTemplate": "github-actions",
4550
"autoReplaceStringTemplate": "{{{depName}}}@{{{newDigest}}} # {{{newValue}}}"
51+
},
52+
{
53+
"customType": "regex",
54+
"description": "Update Docker (some) Docker images in templates.",
55+
"managerFilePatterns": [
56+
"/^scripts\\/split_tox_gh_actions\\/templates\\/test_group\\.jinja$/"
57+
],
58+
"matchStrings": [
59+
"(?<depName>ghcr\\.io\\/getsentry\\/image-mirror-library-[A-Za-z0-9_.-]+):(?<currentValue>[A-Za-z0-9_.-]+)"
60+
],
61+
"datasourceTemplate": "docker",
62+
"versioningTemplate": "docker",
63+
"autoReplaceStringTemplate": "{{{depName}}}:{{{newValue}}}"
4664
}
4765
]
4866
}

0 commit comments

Comments
 (0)