Skip to content

Commit 38eab3c

Browse files
authored
chore: extends from our golang specific renovate config (#942)
Related to hetznercloud/.github#29
1 parent f98c1fc commit 38eab3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>hetznercloud/.github//renovate/default"],
3+
"extends": [
4+
"github>hetznercloud/.github//renovate/default",
5+
"github>hetznercloud/.github//renovate/golang"
6+
],
47
"packageRules": [
58
{
69
"matchPackagePrefixes": ["github.com/hashicorp/"],

0 commit comments

Comments
 (0)