Skip to content

Commit

Permalink
chore(renovate): support upgrade lume (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 25, 2024
1 parent 4ba2363 commit 5a99a4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
"dependencyDashboardAutoclose": true,
"prConcurrentLimit": 3,
"reviewersFromCodeOwners": true,
"packageRules": [
{
"matchPackageNames": ["https://deno.land/x/lume"],
"postUpgradeTasks": {
"commands": [
"deno task lume upgrade --version={{{newVersion}}}"
]
}
}
],
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit 5a99a4c

Please sign in to comment.