Skip to content

Commit ccf02fd

Browse files
fix(renovate): update config (#664)
1 parent 5aebb97 commit ccf02fd

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

renovate-config.json5

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,27 @@
5858
"github/**"
5959
],
6060
},
61+
// Group docker actions
62+
{
63+
"groupName": "Docker Actions",
64+
"groupSlug": "docker-actions",
65+
"matchManagers": [
66+
"github-actions"
67+
],
68+
"matchPackageNames": [
69+
"docker/**",
70+
],
71+
},
72+
// Group pytest
73+
{
74+
"groupName": "pytest",
75+
"matchCategories": [
76+
"python",
77+
],
78+
"matchPackageNames": [
79+
"pytest*",
80+
],
81+
},
6182
// combine oddstr13/jellyfin-plugin-repository-manager and pypi jprm into a single group
6283
{
6384
"groupName": "jprm",
@@ -82,5 +103,16 @@
82103
],
83104
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{/if}}"
84105
},
106+
// Rust toolchain
107+
{
108+
"customType": "regex",
109+
"managerFilePatterns": ["/(^|\/)rust-toolchain.toml$/"],
110+
"matchStrings": [
111+
"^channel[ \\t]*=[ \\t]*\"(?<currentValue>[^\"\\r\\n]+)\"[ \\t]*(?:$|\\r?\\n)",
112+
],
113+
"datasourceTemplate": "github-tags",
114+
"depNameTemplate": "rust-lang/rust",
115+
"versioningTemplate": "rust-release-channel"
116+
},
85117
],
86118
}

0 commit comments

Comments
 (0)