File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments