pylast/.github/renovate.json
2022-05-02 18:13:09 +03:00

17 lines
255 B
JSON

{
"extends": [
"config:base"
],
"labels": [
"changelog: skip",
"dependencies"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"separateMajorMinor": "false"
}
]
}