Skip to content

Commit

Permalink
chore(renovate): install deno (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 6, 2024
1 parent afd23ae commit faafb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"matchPackageNames": ["https://deno.land/x/lume"],
"postUpgradeTasks": {
"commands": [
"curl -fsSL https://deno.land/install.sh | sh && export PATH=\"$HOME/.deno/bin:$PATH\"",
"deno task lume upgrade --version={{{newVersion}}}"
]
}
Expand Down

0 comments on commit faafb3b

Please sign in to comment.