{
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
    "extends": [
        "config:recommended"
    ],
    "labels": [
        "Dependency"
    ],
    "packageRules": [
        {
            "groupName": "github-actions",
            "matchManagers": [
                "github-actions"
            ],
            "separateMajorMinor": false
        }
    ],
    "schedule": [
        "on the 3rd day of the month"
    ]
}