|
7 | 7 | "uv.lock", |
8 | 8 | "scripts/split_tox_gh_actions/templates/test_group.jinja", |
9 | 9 | "scripts/split_tox_gh_actions/templates/test_orchestrator.jinja", |
10 | | - ".github/workflows/test.yml", |
11 | | - ".github/workflows/test-integrations-*.yml" |
| 10 | + ".github/workflows/*.yml" |
12 | 11 | ], |
13 | 12 | "lockFileMaintenance": { |
14 | 13 | "enabled": true |
|
20 | 19 | "matchUpdateTypes": ["major", "minor", "patch", "pin"], |
21 | 20 | "enabled": false |
22 | 21 | }, |
| 22 | + { |
| 23 | + "description": "Disable Ubuntu image updates.", |
| 24 | + "matchManagers": ["github-actions"], |
| 25 | + "matchDatasources": ["github-runners"], |
| 26 | + "enabled": false |
| 27 | + }, |
23 | 28 | { |
24 | 29 | "description": "Group GitHub Actions updates.", |
25 | 30 | "matchManagers": ["custom.regex", "github-actions"], |
|
43 | 48 | "datasourceTemplate": "github-tags", |
44 | 49 | "versioningTemplate": "github-actions", |
45 | 50 | "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}}}" |
46 | 64 | } |
47 | 65 | ] |
48 | 66 | } |
0 commit comments