Skip to content

Commit 58f84cd

Browse files
Merge pull request #91 from upbound/renovate/migrate-config
chore(config): migrate renovate config
2 parents a0cba59 + 19f4e51 commit 58f84cd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/renovate.json5

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
rebaseWhen: 'conflicted',
99
prConcurrentLimit: 5,
10-
baseBranches: [
10+
baseBranchPatterns: [
1111
'main',
1212
],
1313
ignorePaths: [
@@ -23,8 +23,8 @@
2323
{
2424
customType: 'regex',
2525
description: 'Bump Go version used in workflows',
26-
fileMatch: [
27-
'^\\.github\\/workflows\\/[^/]+\\.ya?ml$',
26+
managerFilePatterns: [
27+
'/^\\.github\\/workflows\\/[^/]+\\.ya?ml$/',
2828
],
2929
matchStrings: [
3030
"GO_VERSION: '(?<currentValue>.*?)'\\n",
@@ -35,9 +35,9 @@
3535
{
3636
customType: 'regex',
3737
description: 'Bump golangci-lint version in workflows and the Makefile',
38-
fileMatch: [
39-
'^\\.github\\/workflows\\/[^/]+\\.ya?ml$',
40-
'^Makefile$',
38+
managerFilePatterns: [
39+
'/^\\.github\\/workflows\\/[^/]+\\.ya?ml$/',
40+
'/^Makefile$/',
4141
],
4242
matchStrings: [
4343
"GOLANGCI_VERSION: 'v(?<currentValue>.*?)'\\n",
@@ -50,8 +50,8 @@
5050
{
5151
customType: 'regex',
5252
description: 'Bump helm version in the Makefile',
53-
fileMatch: [
54-
'^Makefile$',
53+
managerFilePatterns: [
54+
'/^Makefile$/',
5555
],
5656
matchStrings: [
5757
'HELM3_VERSION = (?<currentValue>.*?)\\n',
@@ -62,8 +62,8 @@
6262
{
6363
customType: 'regex',
6464
description: 'Bump kind version in the Makefile',
65-
fileMatch: [
66-
'^Makefile$',
65+
managerFilePatterns: [
66+
'/^Makefile$/',
6767
],
6868
matchStrings: [
6969
'KIND_VERSION = (?<currentValue>.*?)\\n',

0 commit comments

Comments
 (0)