-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dependabot couldn't find a Gemfile for this project #1
Comments
Hey! Thanks for the question someone will answer you soon. |
@dependabot Why is this JS project detected as a Ruby one? |
Dependabot uses whatever GitHub tell us is the default language, or Ruby if it can’t find one (for legacy reasons). You can select the language when you add a repo, though, and can add multiple. Thanks for giving Dependabot a try. |
@greysteil Even if it looks at say at the |
I’m not at my computer but I’ll take a look when I am. If the only difference in convention is chore vs build then it should now be picking that up (if you have other chore commits, or edit a Dependabot commit to have one). |
@greysteil There's also the lowercase (e.g: |
Just shipped dependabot/dependabot-core@001089f, which means Dependabot will pick up whether you're using ESLint commit conventions and adjust its commits accordingly. To get this issue fixed you'll need to click into your Dependabot dashboard (here), click "add language" for this repo, select JS, and specify the target branch as Thanks for giving Dependabot a try, and for the feedback! |
Okay, thank you, I'll have a go once I can resume this project. |
Dependabot couldn't find a Gemfile for this project.
Dependabot requires a Gemfile to evaluate your project's current Ruby dependencies. It had expected to find one at the path:
/Gemfile
.If this isn't a Ruby project, or if it is a library, you may wish to disable updates for it from within Dependabot.
You can mention @dependabot in the comments below to contact the Dependabot team.
The text was updated successfully, but these errors were encountered: