Skip to content

Commit 58afcae

Browse files
chore(config): migrate renovate config (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e09e9aa commit 58afcae

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

renovate.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
":gitSignOff",
66
":semanticCommitType(chore)",
77
":labels(automated,no-issue)",
8-
"regexManagers:githubActionsVersions",
8+
"customManagers:githubActionsVersions",
99
":automergeMinor",
1010
":automergeDigest"
1111
],
@@ -35,15 +35,15 @@
3535
"matchDatasources": [
3636
"go"
3737
],
38-
"matchPackagePatterns": [
39-
"*"
40-
],
4138
"matchUpdateTypes": [
4239
"minor",
4340
"patch",
4441
"digest"
4542
],
46-
"groupName": "all non-major go dependencies"
43+
"groupName": "all non-major go dependencies",
44+
"matchPackageNames": [
45+
"*"
46+
]
4747
},
4848
{
4949
"matchDatasources": [
@@ -58,8 +58,11 @@
5858
"groupName": "all cloudnative-pg daggerverse dependencies"
5959
},
6060
{
61-
"matchUpdateTypes": ["minor", "patch"],
62-
"matchCurrentVersion": "!/^0/",
61+
"matchUpdateTypes": [
62+
"minor",
63+
"patch"
64+
],
65+
"matchCurrentVersion": "!/^0/"
6366
}
6467
]
6568
}

0 commit comments

Comments
 (0)