Git Submodule not detect change every time #33784
Answered
by
rarkins
myonlylonely
asked this question in
Request Help
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitLab Please tell us more about your question or problemIt seems after a while, may be over an hour, rerun renovate with the same config and no changes in repo and submodule, it detect changes again. But after this, it does not detect changes again. Is there any cache for git submoudle updates?
module.exports = {
endpoint: 'https://gitlab.XX.com/api/v4/',
token: 'XXX',
platform: 'gitlab',
onboarding: false,
repositories: ['XXX/TestProject'],
prHourlyLimit: 0
};
{
"baseBranches": ["main", "dev"],
"git-submodules": {
"enabled": true
},
"labels": ["dependencies"],
"packageRules": [
{
"ignoreTests": true,
"matchPackageNames": ["*"],
"automerge": true,
"rebaseWhen": "behind-base-branch"
}
]
}
Logs (if relevant)Logs when detect no changes
|
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Jan 23, 2025
Replies: 1 comment 3 replies
-
Yes, most datasources use caching |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://docs.renovatebot.com/self-hosted-configuration/#cachettloverride