Skip to content

Commit

Permalink
Merge pull request #2148 from ministryofjustice/CHORE/update-renovate…
Browse files Browse the repository at this point in the history
…-config

Only rebase Renovate branches when conflicted
  • Loading branch information
froddd authored Sep 25, 2024
2 parents d48e768 + 995e70d commit 07d6bb6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": ["github>ministryofjustice/arn-renovate-config"],
"ignoreDeps": ["@playwright/test", "applicationinsights"]
"extends": [
"github>ministryofjustice/arn-renovate-config"
],
"ignoreDeps": [
"@playwright/test",
"applicationinsights"
],
"rebaseWhen": "conflicted"
}

0 comments on commit 07d6bb6

Please sign in to comment.