File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1212 {
1313 customType : 'regex' ,
1414 managerFilePatterns : [
15- 'modules/tools/**' ,
15+ 'modules/cert-manager/**/*.mk' ,
16+ 'modules/tools/**/*.mk' ,
1617 ] ,
1718 matchStrings : [
1819 '(?:^|\\r\\n|\\r|\\n)#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+packageName=(?<packageName>\\S+)(?:^|\\r\\n|\\r|\\n)\\S+ \\+= \\S+=(?<currentValue>\\S+)' ,
2223 {
2324 customType : 'regex' ,
2425 managerFilePatterns : [
25- 'modules/tools/**' ,
26+ 'modules/tools/**/*.mk'
2627 ] ,
2728 depNameTemplate : 'envtest' ,
2829 matchStrings : [
4142 } ,
4243 } ,
4344 packageRules : [
45+ {
46+ matchManagers : [
47+ 'custom.regex' ,
48+ ] ,
49+ postUpgradeTasks : {
50+ commands : [
51+ 'make learn-image-shas' ,
52+ ] ,
53+ executionMode : 'branch' ,
54+ }
55+ } ,
4456 {
4557 groupName : 'Tools' ,
4658 matchManagers : [
4759 'custom.regex' ,
4860 ] ,
61+ matchFileNames : [
62+ 'modules/tools/**/*.mk' ,
63+ ] ,
4964 postUpgradeTasks : {
5065 commands : [
5166 'make vendor-go learn-tools-shas' ,
Original file line number Diff line number Diff line change 1515images_amd64 ?=
1616images_arm64 ?=
1717
18+ # renovate: datasource=github-releases packageName=cert-manager/cert-manager
1819cert_manager_version := v1.18.2
1920
2021images_amd64 += quay.io/jetstack/cert-manager-controller:$(cert_manager_version ) @sha256:058a3ee5b133f964acefbd5926a08ace1fb7c0775b92d3bc11e4c7a33de71e25
You can’t perform that action at this time.
0 commit comments