{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", "customManagers:githubActionsVersions", ":semanticCommitTypeAll(build)" ], "nix": { "enabled": true }, "lockFileMaintenance": { "enabled": true, "schedule": "every 4 week on Monday" }, "rangeStrategy": "replace", "labels": ["dependencies"], "packageRules": [ { "matchCategories": ["python"], "addLabels": ["python"] }, { "matchManagers": ["github-actions"], "addLabels": ["github_actions"] } ] }