20 lines · json
1{2 "$schema": "https://docs.renovatebot.com/renovate-schema.json",3 "extends": [4 "config:recommended"5 ],6 "includePaths": [".github/**"],7 "schedule": "* 0 * * 1",8 "minimumReleaseAge": "3 days",9 "assignees": ["boomanaiden154"],10 "ignorePaths": [".github/workflows/containers/**"],11 "groupName": "[Github] Update GHA Dependencies",12 "packageRules": [13 {14 "matchPackageNames": ["windows", "macos"],15 "matchManagers": ["github-actions"],16 "enabled": false17 }18 ]19}20