Skip to content

Commit

Permalink
chore(deps): refactor renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinX3 authored Nov 8, 2024
1 parent 1dc8bc7 commit 3a8f5f4
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"configMigration": true,
"extends": [
"config:best-practices"
],
"lockFileMaintenance": {
"automerge": true
},
"digest": {
"automerge": true
},
"minor": {
"automerge": true
},
"patch": {
"automerge": true
},
"pin": {
"automerge": true
}
"extends": ["config:best-practices", "default:automergeMinor", "default:automergeDigest"]
}

0 comments on commit 3a8f5f4

Please sign in to comment.