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

Commit

Permalink
chore: don't automerge yet
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 17, 2022
1 parent 4e331ef commit ac2c1c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>visualon/renovate-config"
"extends": ["local>visualon/renovate-config"],
"packageRules": [
{
"description": "Don't automerge until we've good tests",
"matchPackageNames": ["IKVM", "sat4j"],
"automerge": false
}
]
}

0 comments on commit ac2c1c9

Please sign in to comment.