From 3e51f6fddb8daacdf34fc579cc094850ac77a517 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 23 Nov 2024 12:40:33 +0200 Subject: [PATCH] chore: tweaks --- .github/renovate.json | 2 +- main.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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