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 c5220a2 commit 3787e12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
"fileMatch": [
"^tox.ini$"
]
}
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"platformAutomerge": true
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jinja2
lightkube
lightkube-models
ops==2.4.1
ops
pydantic
pytest-interface-tester
jsonschema
Expand Down

0 comments on commit 3787e12

Please sign in to comment.