Skip to content

Commit c4cd78d

Browse files
renovate[bot]wolfgangwalther
authored andcommitted
chore(config): migrate config .github/renovate.json
1 parent 3541c92 commit c4cd78d

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

.github/renovate.json

+22-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,40 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
"docker:pinDigests"
55
],
66
"packageRules": [
77
{
8-
"matchUpdateTypes": ["major"],
9-
"matchPackageNames": ["pg_dev"],
8+
"matchUpdateTypes": [
9+
"major"
10+
],
11+
"matchPackageNames": [
12+
"pg_dev"
13+
],
1014
"enabled": false
1115
},
1216
{
13-
"matchUpdateTypes": ["major"],
14-
"matchPackageNames": ["postgrest/postgrest"],
17+
"matchUpdateTypes": [
18+
"major"
19+
],
20+
"matchPackageNames": [
21+
"postgrest/postgrest"
22+
],
1523
"enabled": false
1624
},
1725
{
18-
"matchPackageNames": ["technowledgy/pg_dev"],
26+
"matchPackageNames": [
27+
"technowledgy/pg_dev"
28+
],
1929
"groupName": "postgres"
2030
},
2131
{
22-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
32+
"matchUpdateTypes": [
33+
"minor",
34+
"patch",
35+
"pin",
36+
"digest"
37+
],
2338
"automerge": true
2439
}
2540
]

0 commit comments

Comments
 (0)