Skip to content

Commit ae766e0

Browse files
committed
renovate: apply migration changes
These are the actual changes to the schema, as gleaned from the messy diff of #2913. Signed-off-by: David Bimmler <david.bimmler@isovalent.com>
1 parent d24c2fa commit ae766e0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/renovate.json5

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: [
4-
"config:base",
4+
"config:recommended",
55
":gitSignOff",
66
"helpers:pinGitHubActionDigests",
77
],
@@ -44,7 +44,7 @@
4444
{
4545
groupName: "all github action dependencies",
4646
groupSlug: "all-github-action",
47-
matchPaths: [
47+
matchFileNames: [
4848
".github/workflows/**",
4949
"action.yaml",
5050
],
@@ -60,7 +60,7 @@
6060
{
6161
// Avoid updating patch releases of golang in go.mod
6262
enabled: "false",
63-
matchFiles: [
63+
matchFileNames: [
6464
"go.mod",
6565
],
6666
matchDepNames: [
@@ -86,7 +86,7 @@
8686
{
8787
// Images that directly use docker.io/library/golang for building.
8888
groupName: "golang-images",
89-
matchFiles: [
89+
matchFileNames: [
9090
"Dockerfile",
9191
"Makefile",
9292
],
@@ -118,8 +118,9 @@
118118
],
119119
},
120120
],
121-
regexManagers: [
121+
customManagers: [
122122
{
123+
customType: "regex",
123124
fileMatch: [
124125
"^\\.github/workflows/[^/]+\\.yaml$",
125126
"^action.yaml$",
@@ -133,6 +134,7 @@
133134
],
134135
},
135136
{
137+
customType: "regex",
136138
fileMatch: [
137139
"^Makefile$",
138140
],
@@ -145,6 +147,7 @@
145147
],
146148
},
147149
{
150+
customType: "regex",
148151
fileMatch: [
149152
"^go\\.mod$",
150153
],

0 commit comments

Comments
 (0)