I want the default recommended configuration in renovate for most part except that I want to ignore a couple of dependencies. Will this configuration help me achieve that? I just added ignoreDeps
property to the default onboarding config file generated in my GitLab repo.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignoreDeps" : ["mycustomDependency1","mycustomDependency2"]
}