|
15 | 15 | }, |
16 | 16 | "packageRules": [ |
17 | 17 | { |
18 | | - "description": "Group package updates.", |
| 18 | + "description": "Disable pyproject.toml version updates.", |
19 | 19 | "matchManagers": ["pep621"], |
20 | | - "groupName": "Packages", |
21 | | - "groupSlug": "packages", |
22 | | - "separateMajorMinor": false, |
23 | | - "separateMinorPatch": false, |
24 | | - "separateMultipleMajor": false |
| 20 | + "matchUpdateTypes": ["major", "minor", "patch", "pin"], |
| 21 | + "enabled": false |
25 | 22 | }, |
26 | 23 | { |
27 | 24 | "description": "Group GitHub Actions updates.", |
28 | 25 | "matchManagers": ["custom.regex", "github-actions"], |
29 | | - "matchDatasources": ["github-tags"], |
30 | 26 | "groupName": "GitHub Actions", |
31 | 27 | "groupSlug": "github-actions", |
32 | 28 | "separateMajorMinor": false, |
|
37 | 33 | "customManagers": [ |
38 | 34 | { |
39 | 35 | "customType": "regex", |
40 | | - "description": "Update GitHub Actions in test_group.jinja", |
| 36 | + "description": "Update GitHub Actions in templates.", |
41 | 37 | "managerFilePatterns": [ |
42 | 38 | "/^scripts\\/split_tox_gh_actions\\/templates\\/(test_group|test_orchestrator)\\.jinja$/" |
43 | 39 | ], |
44 | 40 | "matchStrings": [ |
45 | | - "(?<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})" |
| 41 | + "(?<depName>[A-Za-z0-9_.-]+\\/[A-Za-z0-9_.-]+(?:\\/[A-Za-z0-9_.-]+)*)@(?<currentDigest>[a-f0-9]{40})[ \\t]+#[ \\t]+(?<currentValue>v?\\d+(?:\\.\\d+){0,2})" |
46 | 42 | ], |
47 | 43 | "datasourceTemplate": "github-tags", |
48 | | - "versioningTemplate": "semver-coerced", |
49 | | - "autoReplaceStringTemplate": "{{{indent}}}{{{depName}}}@{{{newDigest}}} # {{{newValue}}}" |
| 44 | + "versioningTemplate": "github-actions", |
| 45 | + "autoReplaceStringTemplate": "{{{depName}}}@{{{newDigest}}} # {{{newValue}}}" |
50 | 46 | } |
51 | 47 | ] |
52 | 48 | } |
0 commit comments