Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiple package ecosystem on dependabot config #206

Closed
vczb opened this issue Jun 9, 2023 · 1 comment
Closed

Add multiple package ecosystem on dependabot config #206

vczb opened this issue Jun 9, 2023 · 1 comment
Labels
easy good first issue Good for newcomers

Comments

@vczb
Copy link
Owner

vczb commented Jun 9, 2023

Update the dependabot config to allow multiple update blocks, each targeting a specific package ecosystem. Here's an example of how you can configure Dependabot to handle both bundler and npm updates:

version: 2
updates:
  - package-ecosystem: 'bundler'
    directory: '/'
    schedule:
      interval: 'weekly'
  - package-ecosystem: 'npm'
    directory: '/'
    schedule:
      interval: 'weekly'

please double-check the dependabot documentation to make sure that the example above works as expected

thanks in advance

@vczb vczb added good first issue Good for newcomers easy labels Jun 9, 2023
vczb added a commit that referenced this issue Jul 19, 2023
Add multiple package ecosystem on dependabot config #206
@vczb
Copy link
Owner Author

vczb commented Jul 19, 2023

closed by #222

@vczb vczb closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant