Skip to content

Commit

Permalink
Don't automerge pre-1.0.0 dependencies
Browse files Browse the repository at this point in the history
They are expected to break at any version
  • Loading branch information
Zac Colley authored Mar 23, 2022
1 parent 9d40bb4 commit 56e92b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{
"schedule": ["after 10pm and before 5am every weekday", "every weekend"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "pr",
"ignoreTests": false
Expand Down

0 comments on commit 56e92b8

Please sign in to comment.