Files
awx/renovate.json
Ryan Williams 25115ed7a8 chore: update tekton pipeline bundle digest and renovate config (#16494)
Signed-off-by: Ryan Williams <3375653+ryankwilliams@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-06-18 14:46:40 -04:00

9 lines
199 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": ["tekton"],
"tekton": {
"enabled": true,
"automerge": true,
"schedule": ["* */12 * * 1-5"]
}
}