fix renovate module tidying
Some checks failed
Website Prod/Test / Produktivumgebung (push) Failing after 3s
Website Prod/Test / Testumgebung (push) Failing after 1s

This commit is contained in:
Denys Konovalov 2024-11-17 20:21:30 +01:00
parent c68eab6a9e
commit 0d3850251b
Signed by: Denys Konovalov
GPG Key ID: 0037E1B0E33BD2C9
3 changed files with 12 additions and 1 deletions

2
go.mod

@ -1,3 +1,5 @@
module git.cantorgymnasium.de/gcg/gcg-website module git.cantorgymnasium.de/gcg/gcg-website
go 1.19 go 1.19
require github.com/hugomods/icons/vendors/mdi v0.3.7 // indirect

4
go.sum

@ -0,0 +1,4 @@
github.com/hugomods/icons v0.6.6 h1:gGlafcBDRP7sSID+tgLcWdog+s/QBj8DIfU+h9tZj1U=
github.com/hugomods/icons v0.6.6/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=
github.com/hugomods/icons/vendors/mdi v0.3.7 h1:Tw4DooGpAHK2Lk+r6UnuWC/NesGPdR0x0U1Ullu2Og8=
github.com/hugomods/icons/vendors/mdi v0.3.7/go.mod h1:uTiqmqmEmUe3wpVPpaKhAWSu5zunmBON1D2tgOyZWQs=

@ -1,3 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"postUpgradeTasks": {
"commands": ["hugo mod tidy"],
"fileFilters": ["go.mod", "go.sum"],
"executionMode": "update"
}
} }