Skip to content

Commit

Permalink
Update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Jul 19, 2024
1 parent 33de09e commit a958334
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@
"extends": [
"config:recommended"
],
"ignorePaths": [
"frontend/package.json",
"frontend/package-lock.json"
]
"lockFileMaintenance": {
"enabled": true,
"branchTopic": "lock-file-maintenance-{{packageFile}}",
"commitMessageExtra": "({{packageFile}})"
},
"major": {
"automerge": false
},
"automerge": true,
"automergeType": "branch",
"prCreation": "not-pending",
"stabilityDays": 3,
"prNotPendingHours": 74,
"timezone": "Europe/Oslo"
}

0 comments on commit a958334

Please sign in to comment.