Skip to content

Commit

Permalink
feat(renovate): refine configs for pin and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Oct 8, 2023
1 parent 861080a commit 8ac516e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@
':automergeTesters',
':automergeTypes',
':maintainLockFilesWeekly',
':pinAllExceptPeerDependencies',
':prImmediately',
':rebaseStalePrs',
':semanticCommits',
'group:linters',
'group:nodeJs',
'group:test',
'group:allNonMajor',
'docker:enableMajor',
'docker:pinDigests',
],
dependencyDashboardAutoclose: true,
packageRules: [
{
matchDepTypes: ['overrides', 'resolutions'],
enabled: true,
},
{
groupName: 'willbooster-config',
matchPackagePatterns: ['^@willbooster/.*config'],
Expand Down

0 comments on commit 8ac516e

Please sign in to comment.