Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Feb 25, 2024
1 parent f66aade commit e5a5e85
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
extends: [
"config:base",
":automergeMinor",
":automergePr",
":dependencyDashboard",
":label(renovate-update)",
":rebaseStalePrs",
":prConcurrentLimit10",
":maintainLockFilesWeekly"
'config:recommended',
':automergeMinor',
':automergePr',
':label(renovate-update)',
':rebaseStalePrs',
':prConcurrentLimit10',
],
lockFileMaintenance: {
enabled: true,
automerge: true
},
}

0 comments on commit e5a5e85

Please sign in to comment.