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

View File

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