For konflux, we can make the jobs more configurable in our repository by adding a .github/renovate.json file into the repository: https://docs.renovatebot.com/configuration-options/.
This will allow us to configure our repository to maintain konflux PRs better.
Example:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": "every weekend",
"timezone": "America/New_York"
}
- clones
-
ACM-12676 Add renovate.json file to backplane-must-gather repo
-
- Closed
-