Skip to content

Commit

Permalink
Enable auto-merging Renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Sep 15, 2023
1 parent f8d6638 commit 7d7522c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 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
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @canonical/telco
* app/renovate-approve
15 changes: 11 additions & 4 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 7d7522c

Please sign in to comment.