Skip to content

Commit

Permalink
docs: update the latest version from the docs with renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Apr 26, 2024
1 parent 017aa40 commit 92054f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"contrib/rthooks/tetragon-oci-hook/go.mod",
"contrib/rthooks/tetragon-oci-hook/go.sum",
"*Dockerfile*",
"docs/hugo.toml",
"install/kubernetes/tetragon/values.yaml",
"**/*Makefile*",
"contrib/update-helm-chart.sh",
Expand Down Expand Up @@ -415,7 +416,8 @@
{
"customType": "regex",
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$"
"^\\.github/workflows/[^/]+\\.ya?ml$",
"^docs/hugo.toml$",
],
"matchStrings": [
// this regex is used to match both:
Expand Down
1 change: 1 addition & 0 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ demo_app_url = "https://raw.githubusercontent.com/cilium/cilium/v1.15.3/examples
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
# renovate: datasource=docker depName=quay.io/cilium/tetragon
version = "v1.0.0"

[params.search.algolia]
Expand Down

0 comments on commit 92054f7

Please sign in to comment.