Skip to content

Commit

Permalink
Enable auto-merging Renovate PRs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Sep 21, 2023
1 parent e7489f2 commit cf21d76
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
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
17 changes: 12 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"platformAutomerge": true
}

0 comments on commit cf21d76

Please sign in to comment.