Skip to content

Commit 832dc08

Browse files
add test_orchestrator template
1 parent b5650d3 commit 832dc08

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"includePaths": [
66
"pyproject.toml",
77
"uv.lock",
8-
"scripts/split_tox_gh_actions/templates/test_group.jinja"
8+
"scripts/split_tox_gh_actions/templates/test_group.jinja",
9+
"scripts/split_tox_gh_actions/templates/test_orchestrator.jinja"
910
],
1011
"lockFileMaintenance": {
1112
"enabled": true
@@ -36,7 +37,7 @@
3637
"customType": "regex",
3738
"description": "Update GitHub Actions in test_group.jinja",
3839
"managerFilePatterns": [
39-
"/^scripts\\/split_tox_gh_actions\\/templates\\/test_group\\.jinja$/"
40+
"/^scripts\\/split_tox_gh_actions\\/templates\\/(test_group|test_orchestrator)\\.jinja$/"
4041
],
4142
"matchStrings": [
4243
"(?<indent>\\s+(?:-\\s+)?uses:\\s+)(?<depName>[A-Za-z0-9_.-]+\\/[A-Za-z0-9_.-]+(?:\\/[A-Za-z0-9_.-]+)*)@(?<currentDigest>[a-f0-9]{40})\\s+#\\s+(?<currentValue>v?\\d+(?:\\.\\d+){0,2})"

0 commit comments

Comments
 (0)