{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "schedule": ["every weekend"], "packageRules": [ { "matchManagers": ["github-actions"], "groupName": "github-actions" } ] }