fastify / fastify/github-action-merge-dependabot

Feature: Allow defining targets per pattern or group

Open
#513 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
185
Forks
41
Avg merge
6h 6m
Merged PRs (30d)
4

Description

### Prerequisites

- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested

### 🚀 Feature Proposal

It would be very useful to be able to define target levels per pattern or group.

Not matching ones would use default target.

### Motivation

For certain dependencies we know that it's safe to automerge majors and for some other dependencies it's not.

### Example

```
target: minor
custom-targets:
- target: major
patterns:
- "@foo*"
groups:
- "dev-dependencies"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.