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 964dbad
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
extends: [
"config:base",
":automergeMinor",
":automergePr",
":dependencyDashboard",
":label(renovate-update)",
":rebaseStalePrs",
":prConcurrentLimit10",
":maintainLockFilesWeekly"
'config:recommended',
':automergeMinor',
':automergePr',
':label(renovate-update)',
':rebaseStalePrs',
':prConcurrentLimit10',
':maintainLockFilesWeekly'
],
}

0 comments on commit 964dbad

Please sign in to comment.