renovatebot / config-help

Please use the Discussions feature of https://github.com/renovatebot/renovate instead

Home Page:https://github.com/renovatebot/renovate/discussions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renovate including managers not specified

leettaylor opened this issue · comments

Which Renovate are you using?

WhiteSource Renovate App

Which platform are you using?

GitHub.com

Have you checked the logs? Don't forget to include them if relevant

Yes

DEBUG: 156 flattened updates found: ajcastro/eager-load-pivot-relations, altek/accountant, altek/accountant, altek/eventually, altek/eventually, aws/aws-php-sns-message-validator, barryvdh/laravel-snappy, bensampo/laravel-enum, bensampo/laravel-enum, doctrine/dbal, doctrine/dbal, fideloper/proxy, fruitcake/laravel-cors, fzaninotto/faker, h4cc/wkhtmltoimage-amd64, h4cc/wkhtmltopdf-amd64, laracasts/utilities, laravel/framework, laravel/framework, laravel/helpers, laravel/socialite, laravel/tinker, laravel/ui, laravel/ui, league/flysystem-aws-s3-v3, league/flysystem-aws-s3-v3, maatwebsite/excel, maennchen/zipstream-php, microsoft/microsoft-graph, neitanod/forceutf8, phpoffice/phpword, pixelpeter/laravel5-genderize-api-client, predis/predis, propaganistas/laravel-phone, sentry/sentry-laravel, simshaun/recurr, socialiteproviders/microsoft-graph, soundasleep/html2text, spatie/laravel-medialibrary, spatie/laravel-medialibrary, spatie/laravel-medialibrary, spatie/laravel-permission, spatie/laravel-tags, spatie/laravel-tags, stancl/tenancy, stancl/tenancy, twilio/sdk, unicodeveloper/laravel-password, webklex/laravel-imap, webklex/laravel-imap, barryvdh/laravel-debugbar, barryvdh/laravel-ide-helper, beyondcode/laravel-query-detector, facade/ignition, friendsofphp/php-cs-fixer, imliam/laravel-env-set-command, itsgoingd/clockwork, laravel/telescope, laravel/telescope, mockery/mockery, nunomaduro/collision, nunomaduro/collision, nunomaduro/collision, nunomaduro/larastan, phpunit/phpunit, getsentry/action-release, getsentry/action-release, @fortawesome/fontawesome-free, @fullcalendar/bootstrap, @fullcalendar/bootstrap, @fullcalendar/core, @fullcalendar/core, @fullcalendar/daygrid, @fullcalendar/daygrid, @fullcalendar/interaction, @fullcalendar/interaction, @fullcalendar/list, @fullcalendar/list, @fullcalendar/timegrid, @fullcalendar/timegrid, @fullcalendar/timeline, @fullcalendar/timeline, @sentry/browser, @sentry/browser, @sentry/integrations, @sentry/integrations, @sentry/tracing, @sentry/tracing, @ttskch/select2-bootstrap4-theme, @uppy/core, @uppy/dashboard, @uppy/form, @uppy/url, @uppy/xhr-upload, autosize, axios, bootstrap, bootstrap, jquery, jquery-ui, jscroll, lodash, mark.js, micromodal, moment, placeholder-loading, pluralize, plyr, popper.js, select2, spectrum-colorpicker, system-font-css, tinymce, uuid, vue, vue-fragment, vue-template-compiler, @arkweid/lefthook, @babel/core, @babel/eslint-parser, @babel/eslint-plugin, @babel/plugin-proposal-optional-chaining, @storybook/addon-a11y, @storybook/addon-a11y, @storybook/addon-actions, @storybook/addon-actions, @storybook/addon-backgrounds, @storybook/addon-backgrounds, @storybook/addon-essentials, @storybook/addon-essentials, @storybook/addon-links, @storybook/addon-links, @storybook/addons, @storybook/addons, @storybook/preset-scss, @storybook/storybook-deployer, @storybook/theming, @storybook/theming, @storybook/vue, @storybook/vue, cross-env, dotenv-mix, eslint, eslint-config-airbnb-base, eslint-config-prettier, eslint-plugin-import, eslint-plugin-vue, laravel-mix, resolve-url-loader, sass, sass-loader, stylelint, stylelint-config-prettier, stylelint-config-sass-guidelines, stylelint-config-standard, webpack-s3-plugin
DEBUG: Returning 22 branch(es)

What would you like to do?

I'm trying to setup Renovate but only want it to take care of my npm packages. But as can be seen in the log file above it's including some of my composer/github-actions dependencies.

From what I can tell in the docs this is how this is supposed to be configured: "enabledManagers": ["npm"],

My full config:

{
    "extends": [
        "config:base",
        "group:all",
        "schedule:daily",
        ":labels(javascript,dependencies,chore)",
        ":assignAndReview(leettaylor)",
        ":preserveSemverRanges"
    ],
    "baseBranches": [
        "develop"
    ],
    "draftPR": true,
    "enabledManagers": [
        "npm"
    ],
    "prHourlyLimit": 15,
    "prConcurrentLimit": 15
}

Thanks for any help.

This needs to be reproduced in a public repository in order to troubleshoot further. Without a reproduction, it won't be possible to answer further.

Nevermind 🤦‍♂️

I'd added a new config file ./github/renovate.json without realising the initial setup had created a renovate.json in the root. So it was just using that one.

DEBUG: Repository config
{
  "fileName": "renovate.json",
  "config": {
    "extends": [
      "config:base"
    ]
  }
}