-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #107 from axivo/fix/renovate
Update renovate configuration
- Loading branch information
Showing
7 changed files
with
38 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/axivo/website/docs | ||
|
||
go 1.22 | ||
go 1.22.2 | ||
|
||
require ( | ||
github.com/axivo/website/global v1.0.0 // indirect | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c // indirect | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github.com/axivo/website/global v1.0.0 h1:bj9/nm3JDNhEnVPmxrtEnIML0jcF8CLSYRoUOozHyMo= | ||
github.com/axivo/website/global v1.0.0/go.mod h1:ZKVkalB26nUsvakWnA861I8MOZNiXK2DKnoBCPTqjT8= | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c h1:NNAbYnfbpuMArO7Sx/flGPrVrQPfYIdx2lupHpZDCHE= | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182 h1:IrtRwafIVcW0+mdtcdTOcO1hskYqCFrkJwl0tHXNyyU= | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/axivo/website/k3s-cluster | ||
|
||
go 1.21 | ||
go 1.22.2 | ||
|
||
require ( | ||
github.com/axivo/website/global v1.0.0 // indirect | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c // indirect | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github.com/axivo/website/global v1.0.0 h1:bj9/nm3JDNhEnVPmxrtEnIML0jcF8CLSYRoUOozHyMo= | ||
github.com/axivo/website/global v1.0.0/go.mod h1:ZKVkalB26nUsvakWnA861I8MOZNiXK2DKnoBCPTqjT8= | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c h1:NNAbYnfbpuMArO7Sx/flGPrVrQPfYIdx2lupHpZDCHE= | ||
github.com/imfing/hextra v0.7.4-0.20240525091914-d3f251b6218c/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182 h1:IrtRwafIVcW0+mdtcdTOcO1hskYqCFrkJwl0tHXNyyU= | ||
github.com/imfing/hextra v0.7.4-0.20240526173855-857c4e4ca182/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[build] | ||
command = "hugo --gc --minify -s ./docs -b ${DEPLOY_PRIME_URL}" | ||
ignore = "false" | ||
publish = "./public" | ||
|
||
[build.environment] | ||
GO_VERSION = "1.22.2" | ||
HUGO_VERSION = "0.126.0" |