chore: tweaks

This commit is contained in:
Ismo Vuorinen
2024-11-23 12:40:33 +02:00
parent 29f2d41ff4
commit 3e51f6fddb
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>ivuorinen/renovate-config" "github>ivuorinen/renovate-config"
] ]
} }

View File

@@ -7,7 +7,6 @@
// a Markdown file with the latest articles from multiple feeds. // a Markdown file with the latest articles from multiple feeds.
//go:build go1.22 //go:build go1.22
// +build go1.22
package main package main