File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
private_dot_config/opencode/plugin Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,16 @@ refreshPeriod = "24h"
225225 url = " https://github.com/catppuccin/alacritty.git"
226226 refreshPeriod = " 168h"
227227
228+ # renovate: datasource=github-releases depName=obra/superpowers
229+ {{ $obraSuperpowersVersion := "v4.0.1" -}}
230+
231+ [" .config/opencode/superpowers" ]
228232 type = " git-repo"
233+ url = " https://github.com/obra/superpowers.git"
229234 refreshPeriod = " 168h"
235+ args = [" --branch" , " {{ $obraSuperpowersVersion }}" ]
230236
237+ {{ if not (eq "root" .me.user) -}} # skip if running in CI
231238{{- if and (lookPath "is-github-authed.sh") (eq (output "is-github-authed.sh") "true") -}}
232239# ╭──────────────────────────────────────────────────────────╮
233240# │ git-repo │
Original file line number Diff line number Diff line change 1+ {{ .chezmoi.homeDir }}/.config /opencode/superpowers/.opencode /plugin/superpowers.js
You can’t perform that action at this time.
0 commit comments