Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
Disable automatic rebasing of Renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Jun 2, 2023
1 parent ac3e609 commit 0cc2ce9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": [
"github>doist/renovate-config:kotlin-base",
":rebaseStalePrs"
"github>doist/renovate-config:kotlin-base"
],
"packageRules": [
{
Expand All @@ -17,5 +16,5 @@
"automerge": true,
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
}
]
],
}

0 comments on commit 0cc2ce9

Please sign in to comment.