Skip to content
Open
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
11 changes: 5 additions & 6 deletions .binny.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
cooldown: 7d

tools:
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
- name: binny
version:
want: v0.10.0
want: v0.13.0
method: github-release
with:
repo: anchore/binny

# used for showing the changelog at release
- name: glow
version:
want: v2.1.1
want: v2.1.2
method: github-release
with:
repo: charmbracelet/glow

# used at release to generate the changelog
- name: chronicle
version:
want: v0.8.0
want: v0.9.0
method: github-release
with:
repo: anchore/chronicle

# used for running all local and CI tasks
- name: task
version:
want: v3.45.3
want: v3.50.0
method: github-release
with:
repo: go-task/task

# static site generator
- name: hugo
version:
want: v0.150.0
want: v0.161.1
method: github-release
with:
repo: gohugoio/hugo
Expand Down
Loading