All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fixed missing comma
13 lines
No EOL
238 B
JSON
13 lines
No EOL
238 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
],
|
|
"schedule": [
|
|
"* * * * 0,6"
|
|
]
|
|
} |