Skip to content

Commit

Permalink
Merge pull request #74 from projectsyn/renovate-test
Browse files Browse the repository at this point in the history
Update renovate configuration for automatic merging of patch-level dependencies
  • Loading branch information
HappyTetrahedron authored May 22, 2024
2 parents ff59f64 + 7bf287f commit ce60f21
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@
"labels": [
"dependency"
],
"separateMinorPatch": true
"separateMinorPatch": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": ">=1.0.0",
"automerge": true,
"platformAutomerge": false
}
]
}

0 comments on commit ce60f21

Please sign in to comment.