Replies: 1 comment 1 reply
-
It's impossible to diagnose without logs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my config file (config.js). My base branch is getting deleted after Renovate runs successfully and the MR is created.
module.exports = {
extends: ['config:recommended'],
baseBranches: ['dev_bot_jp'],
onboarding: false,
requireConfig: false,
dependencyDashboard: true,
automerge: false,
packageRules: [
{
matchFileNames: ['^package.json$'],
matchUpdateTypes: ['patch', 'minor'],
automerge: false
}
],
npm: {
fileMatch: ['^package.json$']
}
};
Beta Was this translation helpful? Give feedback.
All reactions