diff --git a/.github/renovate.json b/.github/renovate.json index 8a69051..f02f654 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>ivuorinen/renovate-config" + "github>ivuorinen/renovate-config" ] } diff --git a/main.go b/main.go index bf7a4c8..b942846 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,6 @@ // a Markdown file with the latest articles from multiple feeds. //go:build go1.22 -// +build go1.22 package main