Files
freeCodeCamp/renovate.json
T
2026-01-13 20:10:34 +05:30

10 lines
160 B
JSON

{
"extends": [
"github>freecodecamp/renovate-config"
],
"includePaths": [
"**/Dockerfile",
"**/.github/workflows/*.yml",
"**/api/**"
]
}