File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 36
36
repo : speakeasy
37
37
cli_name : speakeasy
38
38
package_type : zip
39
+ version : 1.455.6 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy
39
40
40
41
- name : Checkout
41
42
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 47
47
repo : speakeasy
48
48
cli_name : speakeasy
49
49
package_type : zip
50
+ version : 1.455.6 # renovate: datasource=github-releases depName=speakeasy-api/speakeasy
50
51
51
52
- name : Checkout current repo
52
53
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" config:recommended"
5
5
],
6
+ "enabledManagers" : [
7
+ " custom.regex" ,
8
+ " gomod"
9
+ ],
10
+ "labels" : [
11
+ " dependencies"
12
+ ],
13
+ "schedule" : " before 5am every weekday" ,
6
14
"packageRules" : [
7
15
{
8
- "packagePatterns" : [" *" ],
16
+ "matchManagers" : [
17
+ " gomod"
18
+ ],
19
+ "matchPackageNames" : [
20
+ " *"
21
+ ],
9
22
"enabled" : false
10
23
},
11
24
{
12
- "packageNames" : [
25
+ "matchManagers" : [
26
+ " gomod"
27
+ ],
28
+ "matchPackageNames" : [
13
29
" github.com/stretchr/testify"
14
30
],
15
31
"enabled" : true
32
+ }
33
+ ],
34
+ "customManagers" : [
35
+ {
36
+ "description" : " Match dependencies in .github/workflows/.*.yaml that are properly annotated with `# renovate: datasource={} depName={}.`" ,
37
+ "customType" : " regex" ,
38
+ "fileMatch" : [
39
+ " ^.github/workflows/.*.yaml$"
40
+ ],
41
+ "matchStrings" : [
42
+ " (?<currentValue>[0-9.]+?)\\ s+#\\ s+renovate:\\ s+datasource=(?<datasource>.*?)\\ s+depName=(?<depName>.*?)\\ n"
43
+ ]
16
44
}
17
45
]
18
46
}
You can’t perform that action at this time.
0 commit comments