Skip to content

Commit

Permalink
Merge pull request #81 from FromDoppler/no-ticket-automer-non-mayor-v…
Browse files Browse the repository at this point in the history
…ersions

Modify renovate file to update Non mayor dependencies
  • Loading branch information
fgchaio authored Jul 18, 2024
2 parents 49439c5 + 4b07f54 commit b13cf44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"extends": [
"config:base",
":semanticCommits",
Expand Down

0 comments on commit b13cf44

Please sign in to comment.