Skip to content

Commit

Permalink
chore: change renovate config to be not so noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefORZ committed May 21, 2023
1 parent 979e134 commit db9fbb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
14 changes: 0 additions & 14 deletions renovate.json

This file was deleted.

21 changes: 21 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
$schema: 'https: //docs.renovatebot.com/renovate-schema.json',
assignees: ['ChiefORZ'],
extends: [
'config:base',
':prNotPending',
':rebaseStalePrs',
':updateNotScheduled',
':automergeDigest',
':automergeMinor',
],
schedule: 'every weekend',
packageRules: [
{
groupName: 'all non-major dependencies',
matchUpdateTypes: ['patch', 'minor'],
groupSlug: 'all-minor-patch',
},
],
platformAutomerge: true,
}

0 comments on commit db9fbb9

Please sign in to comment.