Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Removing NPM ecosystem from dependabot settings file#917

Merged
bradlhart merged 1 commit intomasterfrom
dependabot_update
Apr 23, 2021
Merged

Removing NPM ecosystem from dependabot settings file#917
bradlhart merged 1 commit intomasterfrom
dependabot_update

Conversation

@bradlhart
Copy link
Copy Markdown
Contributor

Change Description

Unfortunately Github's built-in dependabot is missing two crucial features that would allow easier use: Grouping of PRs instead of separate PRs per dependency, and filtering updates to specific types.

Filtering updates was available in the old dependabot which still has documentation that unfortunately isn't correct for Github's built-in version. This would be fine if it was also possible to group weekly dependency updates into one PR, but unfortunately without these two features, dependabot will open too many PRs too frequently.

The CI/CD workflow has a task that updates all dependencies, as long as commits/PRs are actively being created, this will suffice until dependabot gets more features. Additionally, security updates will need to stay open against master (until a release solves the security issue) and cloned into develop and release branches.

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@bradlhart bradlhart merged commit 0c2dc24 into master Apr 23, 2021
@bradlhart bradlhart deleted the dependabot_update branch April 23, 2021 19:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants