Skip to content

Commit

Permalink
[136] Add package rule for weekly non-major dependencies update (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed Apr 11, 2024
1 parent 6d2fc04 commit 34a4a34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
],
"packageRules": [
{
"description": "Automerge grouped non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"groupName": "grouped non-major updates",
"matchPackagePatterns": ["*"],
"schedule": ["* * * * 6"],
"labels": ["ok-to-test"],
"automerge": true
}
]
}

0 comments on commit 34a4a34

Please sign in to comment.