dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
297 stars 177 forks source link

Make `dependabot` ignore patch updates #1139

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