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

Implement a smarter approach to Dependabot #212

Closed
jeffkala opened this issue Feb 10, 2023 · 0 comments · Fixed by #218
Closed

Implement a smarter approach to Dependabot #212

jeffkala opened this issue Feb 10, 2023 · 0 comments · Fixed by #218
Assignees

Comments

@jeffkala
Copy link
Collaborator

Environment

  • netutils version: future

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:

  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
    allow:
        dependency-type: "direct"
@jeffkala jeffkala self-assigned this Feb 16, 2023
jeffkala added a commit that referenced this issue Feb 16, 2023
jeffkala added a commit that referenced this issue Mar 2, 2023
* Create dependabot.yml

fixes #212

* Update dependabot.yml
abates pushed a commit to abates/netutils that referenced this issue Mar 30, 2023
* Create dependabot.yml

fixes networktocode#212

* Update dependabot.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant