Skip to content

Commit

Permalink
chore: update gotestsum automatically
Browse files Browse the repository at this point in the history
Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
  • Loading branch information
mikutas committed Feb 10, 2025
1 parent 5b79c34 commit dc27ba3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions hack/installers/install-gotestsum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ INSTALL_PATH="${INSTALL_PATH:-$PROJECT_ROOT/dist}"
PATH="${INSTALL_PATH}:${PATH}"
[ -d $INSTALL_PATH ] || mkdir -p $INSTALL_PATH

# renovate: datasource=github-releases packageName=gotestyourself/gotestsum
gotestsum_version=1.11.0

OS=$(go env GOOS)
Expand Down
12 changes: 11 additions & 1 deletion renovate-presets/devtool.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
],
"enabled": true
},
{
"description": "Enable updates from specified github releases",
"matchDatasources": [
"github-releases"
],
"matchPackageNames": [
"gotestyourself/gotestsum"
],
"enabled": true
},
{
"description": "Enable updates from specified docker images",
"matchDatasources": [
Expand Down Expand Up @@ -69,4 +79,4 @@
"automerge": false
}
]
}
}

0 comments on commit dc27ba3

Please sign in to comment.