mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 16:42:10 +01:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"labels": [
|
|
"changelog: skip",
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": ["github-actions"],
|
|
"separateMajorMinor": "false"
|
|
}
|
|
],
|
|
"schedule": ["on the first day of the month"]
|
|
}
|