Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ parts:
craftctl default
charm-binary-python-packages:
- psycopg2-binary==2.9.12
- cryptography==46.0.4
- cryptography==48.0.0
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
],
"packageRules": [
{
"description": "Group charmcraft.yaml and requirements.txt updates for charm-binary-python-packages so both files are bumped atomically.",
"description": "Group charmcraft.yaml and requirements.txt updates for charm-binary-python-packages so both files are bumped atomically in one PR.",
"matchPackageNames": ["psycopg2-binary", "cryptography"],
"groupName": "charm-binary-python-packages"
"groupName": "charm-binary-python-packages",
"separateMajorMinor": false
},
{
"enabled": true,
Expand Down
Loading