Files
Renovate/renovate-config.js
kovagoadi 4a0704242e
All checks were successful
Run Renovate / renovate (push) Successful in 9m47s
Added pinDigest and removed debug log level (#24)
Reviewed-on: #24
Co-authored-by: kovagoadi <kovagoadi@gmail.com>
Co-committed-by: kovagoadi <kovagoadi@gmail.com>
2025-11-13 21:07:55 +01:00

11 lines
195 B
JavaScript

module.exports = {
endpoint: 'https://gitea.kovagoadi.hu/',
platform: 'gitea',
onboardingConfig: {
extends: ['config:recommended'],
pinDigests: true,
},
autodiscover: true,
};