Skip to content

Commit

Permalink
Merge pull request #106 from axivo/fix/renovate
Browse files Browse the repository at this point in the history
Update renovate configuration
  • Loading branch information
fmunteanu authored May 26, 2024
2 parents 10f4f98 + 2615573 commit b35555a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
"fmunteanu"
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "github-releases",
"depNameTemplate": "gohugoio/hugo",
"extractVersionTemplate": "^v(?<version>.+)$",
"fileMatch": [
"netlify.toml"
],
"matchStrings": [
"HUGO_VERSION[\\s\\S]+\"(?<currentValue>.+)\""
]
},
{
"customType": "regex",
"datasourceTemplate": "github-tags",
Expand Down Expand Up @@ -39,6 +51,10 @@
],
"matchPackagePrefixes": [
"golang/"
],
"matchUpdateTypes": [
"major",
"minor"
]
},
{
Expand All @@ -49,6 +65,10 @@
"matchManagers": [
"gomod"
],
"matchUpdateTypes": [
"major",
"minor"
],
"rangeStrategy": "bump"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.3
go-version: 1.21
- name: Setup Hugo
run: sudo snap install --channel=extended/stable hugo
- name: Configure Pages
Expand Down
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/axivo/website/docs

go 1.22.3
go 1.22

require (
github.com/axivo/website/global v1.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion global/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/axivo/website/global

go 1.22.3
go 1.22
2 changes: 1 addition & 1 deletion k3s-cluster/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/axivo/website/k3s-cluster

go 1.22.3
go 1.21

require (
github.com/axivo/website/global v1.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ignore = "false"
publish = "./public"

[build.environment]
HUGO_VERSION = "0.126.1"
HUGO_VERSION = "0.126.0"

0 comments on commit b35555a

Please sign in to comment.