File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
extends : [
4
- "config:base " ,
4
+ "config:recommended " ,
5
5
":gitSignOff" ,
6
6
"helpers:pinGitHubActionDigests" ,
7
7
] ,
44
44
{
45
45
groupName : "all github action dependencies" ,
46
46
groupSlug : "all-github-action" ,
47
- matchPaths : [
47
+ matchFileNames : [
48
48
".github/workflows/**" ,
49
49
"action.yaml" ,
50
50
] ,
60
60
{
61
61
// Avoid updating patch releases of golang in go.mod
62
62
enabled : "false" ,
63
- matchFiles : [
63
+ matchFileNames : [
64
64
"go.mod" ,
65
65
] ,
66
66
matchDepNames : [
86
86
{
87
87
// Images that directly use docker.io/library/golang for building.
88
88
groupName : "golang-images" ,
89
- matchFiles : [
89
+ matchFileNames : [
90
90
"Dockerfile" ,
91
91
"Makefile" ,
92
92
] ,
118
118
] ,
119
119
} ,
120
120
] ,
121
- regexManagers : [
121
+ customManagers : [
122
122
{
123
+ customType : "regex" ,
123
124
fileMatch : [
124
125
"^\\.github/workflows/[^/]+\\.yaml$" ,
125
126
"^action.yaml$" ,
133
134
] ,
134
135
} ,
135
136
{
137
+ customType : "regex" ,
136
138
fileMatch : [
137
139
"^Makefile$" ,
138
140
] ,
145
147
] ,
146
148
} ,
147
149
{
150
+ customType : "regex" ,
148
151
fileMatch : [
149
152
"^go\\.mod$" ,
150
153
] ,
You can’t perform that action at this time.
0 commit comments