Skip to content

Commit

Permalink
Fix renovate.json5 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Jul 21, 2024
1 parent 5c2e8a3 commit 1b6a3a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":label(renovate/{{depName}})",
"config:recommended",
":automergeMinor",
":automergeDigest",
"github>int128/go-renovate-config#v1.1.0",
"github>int128/go-renovate-config:github-actions#v1.1.0",
"github>int128/go-renovate-config:kubernetes#v1.1.0",
"github>int128/go-renovate-config:doc-github-releases#v1.1.0",
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
"platformAutomerge": false,
"labels": [
"renovate",
"renovate/{{depName}}"
],
}

0 comments on commit 1b6a3a0

Please sign in to comment.