File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ extends : [
3+ 'config:recommended' ,
4+ ':semanticCommitTypeAll(chore)' ,
5+ ':ignoreUnstable' ,
6+ ':separateMajorReleases' ,
7+ ':prConcurrentLimitNone' ,
8+ ':prHourlyLimitNone' ,
9+ ':preserveSemverRanges' ,
10+ ] ,
11+ rebaseWhen : 'conflicted' ,
12+ dependencyDashboardLabels : [
13+ 'type: process' ,
14+ ] ,
15+ packageRules : [
16+ {
17+ groupName : 'GitHub Actions' ,
18+ matchManagers : [
19+ 'github-actions' ,
20+ ] ,
21+ pinDigests : true ,
22+ } ,
23+ {
24+ matchPackageNames : [ 'googleapis/genai-toolbox' ] ,
25+ 'semanticCommitType' : 'feat'
26+ }
27+ ] ,
28+ customManagers : [
29+ {
30+ customType : "regex" ,
31+ managerFilePatterns : [ "/toolbox_version\\.txt$/" ] ,
32+ matchStrings : [ "(?<currentValue>[\\d\\.]+)" ] ,
33+ datasourceTemplate : "github-releases" ,
34+ packageNameTemplate : "googleapis/genai-toolbox" ,
35+ extractVersionTemplate : "^v(?<version>.*)$" ,
36+ }
37+ ]
38+ }
You can’t perform that action at this time.
0 commit comments