Skip to content

Commit

Permalink
Enable auto-merging Renovate PRs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Sep 21, 2023
1 parent 6ef15ae commit 20854c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.idea
.vscode/

# Rockcraft
*.rock
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit 20854c4

Please sign in to comment.