We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Limit the scope of dependabot to only "production" or "direct" dependencies to avoid the noise.
Majority of the dependabot PRs we have are just closed since they're only affecting the development environment or dependencies of dependencies.
Example:
- package-ecosystem: "pip" directory: "/" schedule: interval: "weekly" allow: dependency-type: "direct"
The text was updated successfully, but these errors were encountered:
Create dependabot.yml
03b93a9
fixes #212
Create dependabot.yml to fix itdependsabot (#218)
ec2147a
* Create dependabot.yml fixes #212 * Update dependabot.yml
Create dependabot.yml to fix itdependsabot (networktocode#218)
a79304e
* Create dependabot.yml fixes networktocode#212 * Update dependabot.yml
jeffkala
Successfully merging a pull request may close this issue.
Environment
Proposed Functionality
Limit the scope of dependabot to only "production" or "direct" dependencies to avoid the noise.
Use Case
Majority of the dependabot PRs we have are just closed since they're only affecting the development environment or dependencies of dependencies.
Example:
The text was updated successfully, but these errors were encountered: