File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 4545 ' *- NR_AUTH_CLIENT_VERSION=(?<currentValue>.+)' ,
4646 ] ,
4747 } ,
48+ {
49+ customType : 'regex' ,
50+ "managerFilePatterns" : [ "^Cargo\\.toml$" ] ,
51+ "matchStrings" : [
52+ "nr-auth = { git = \"https://github\\.com/newrelic/newrelic-auth-rs\\.git\", tag = \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\" }"
53+ ] ,
54+ "depNameTemplate" : "newrelic-auth-rs" ,
55+ "datasourceTemplate" : "github-tags" ,
56+ "lookupNameTemplate" : "newrelic/newrelic-auth-rs"
57+ } ,
58+ {
59+ customType : 'regex' ,
60+ "managerFilePatterns" : [ "^Cargo\\.toml$" ] ,
61+ "matchStrings" : [
62+ "opamp-client = { git = \"https://github\\.com/newrelic/newrelic-opamp-rs\\.git\", tag = \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\" }"
63+ ] ,
64+ "depNameTemplate" : "newrelic-opamp-rs" ,
65+ "datasourceTemplate" : "github-tags" ,
66+ "lookupNameTemplate" : "newrelic/newrelic-opamp-rs"
67+ }
4868 ] ,
4969 rangeStrategy : 'auto' ,
5070 prConcurrentLimit : 0 ,
You can’t perform that action at this time.
0 commit comments