name: update-renovate-config description: update the list of repositories that Renovate bot scans
Update Renovate Configuration
Use this skill when you need to add or remove repositories from the Renovate bot's scanning list.
Instructions
- Locate the Renovate CronJob manifest at
ai-services/renovate/cronjob.yaml(or similar). - Find the
RENOVATE_REPOSITORIESenvironment variable under therenovate-botcontainer. - Modify the
valuefield:- It is a comma-separated list of GitHub repositories (e.g.,
user/repo1,user/repo2). - Add new repositories or remove existing ones as requested.
- It is a comma-separated list of GitHub repositories (e.g.,
- Follow the
create-prskill to stage, commit, and push the changes.