Skip to content

Commit 7ed01b7

Browse files
authored
Fix Renovate JSON schedule (#3271)
Object inheritance in JSON. Really awesome.
1 parent 5d4e128 commit 7ed01b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"matchPackageNames": ["com.squareup.misk:misk"],
22-
"schedule": ["weekly"]
22+
"extends": ["schedule:weekly"]
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)