Use Renovate config in int128/go-actions

This commit is contained in:
Hidetake Iwata
2021-11-28 15:44:45 +09:00
committed by GitHub
parent 3cb6988b8b
commit 6ff75291d7
2 changed files with 6 additions and 14 deletions

14
.github/renovate.json vendored
View File

@@ -1,14 +0,0 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "digest"],
"automerge": true
}
],
"postUpdateOptions": [
"gomodTidy"
]
}

6
.github/renovate.json5 vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"config:base",
"github>int128/go-actions",
],
}