Skip to content

Commit

Permalink
Remove unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 20, 2024
1 parent 2a70e49 commit cc6e02d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeType": "pr",
"configMigration": true,
"dependencyDashboard": true,
"description": "Default preset for use with Renovate's repos",
Expand Down Expand Up @@ -174,10 +173,5 @@
],
"platform": "github",
"platformAutomerge": true,
"prConcurrentLimit": 5,
"prCreation": "not-pending",
"pre-commit": {
"pinDigests": false
},
"rebaseWhen": "behind-base-branch"
"prConcurrentLimit": 5
}

0 comments on commit cc6e02d

Please sign in to comment.