chore: enable renovate only on GHA and Docker (#63208)

This commit is contained in:
Mrugesh Mohapatra 2025-10-29 03:15:14 +05:30 committed by GitHub
parent ae2c0afc89
commit 0a656397ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
{
"enabled": false
"extends": ["github>freecodecamp/renovate-config"],
"enabledManagers": ["github-actions", "dockerfile"]
}