Skip to content

Commit f79b4da

Browse files
chore: Update Renovate config
1 parent b00ef73 commit f79b4da

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

renovate.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@
1515
},
1616
"packageRules": [
1717
{
18-
"description": "Group package updates.",
18+
"description": "Disable pyproject.toml version updates.",
1919
"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
2522
},
2623
{
2724
"description": "Group GitHub Actions updates.",
2825
"matchManagers": ["custom.regex", "github-actions"],
29-
"matchDatasources": ["github-tags"],
3026
"groupName": "GitHub Actions",
3127
"groupSlug": "github-actions",
3228
"separateMajorMinor": false,
@@ -37,16 +33,16 @@
3733
"customManagers": [
3834
{
3935
"customType": "regex",
40-
"description": "Update GitHub Actions in test_group.jinja",
36+
"description": "Update GitHub Actions in templates.",
4137
"managerFilePatterns": [
4238
"/^scripts\\/split_tox_gh_actions\\/templates\\/(test_group|test_orchestrator)\\.jinja$/"
4339
],
4440
"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})"
4642
],
4743
"datasourceTemplate": "github-tags",
48-
"versioningTemplate": "semver-coerced",
49-
"autoReplaceStringTemplate": "{{{indent}}}{{{depName}}}@{{{newDigest}}} # {{{newValue}}}"
44+
"versioningTemplate": "github-actions",
45+
"autoReplaceStringTemplate": "{{{depName}}}@{{{newDigest}}} # {{{newValue}}}"
5046
}
5147
]
5248
}

0 commit comments

Comments
 (0)