dbt-labs / dbt-postgres

Apache License 2.0
34 stars 14 forks source link

Make `dependabot` ignore patch updates #128

Closed mikealfare closed 4 months ago

mikealfare commented 4 months ago

Problem

We get dependabot updates for every release, including patch releases. We tend to soft pin to the minor for build dependencies and to the major for dev dependencies.

Solution

Make dependabot ignore patch releases.

Checklist