Skip to content

Commit

Permalink
ci: configure renovate to automerge minor and patch chore(deps) (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik authored Nov 7, 2022
1 parent b60d519 commit 2022809
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommits", ":automergeMinor"],
"rangeStrategy": "bump",
"assignees": ["rostislav-simonik"],
"reviewers": ["rostislav-simonik"]
}

0 comments on commit 2022809

Please sign in to comment.