-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use uv for dependency management (#455)
* chore: Use uv for dependency management * chore: Update workflows and switch to Renovate to support uv * chore: Remove unnecessary requirements field in charmcraft.yaml * chore: Use latest v2.1.0 release of workflows
- Loading branch information
1 parent
9189dee
commit a438932
Showing
17 changed files
with
1,850 additions
and
426 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended", | ||
":disableRateLimiting", | ||
":noUnscheduledUpdates", | ||
// Avoid conflicts with custom `commitMessagePrefix` | ||
":semanticCommitsDisabled" | ||
], | ||
"automerge": true, | ||
"automergeStrategy": "squash", | ||
"automergeType": "pr", | ||
"platformAutomerge": true, | ||
"schedule": ["after 1am and before 3am every monday"], | ||
"lockFileMaintenance": { | ||
"enabled": true, | ||
"schedule": ["after 1am and before 3am every wednesday"] | ||
}, | ||
"timezone": "Etc/UTC", | ||
"enabledManagers": ["pep621", "github-actions", "terraform"], | ||
"packageRules": [ | ||
// Later rules override earlier rules | ||
{ | ||
"matchManagers": ["pep621"], | ||
"rangeStrategy": "bump", | ||
"groupName": "Python dependencies" | ||
}, | ||
{ | ||
"matchManagers": ["github-actions"], | ||
"groupName": "GitHub actions" | ||
}, | ||
{ | ||
"matchManagers": ["terraform"], | ||
"groupName": "Terraform" | ||
}, | ||
], | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.