Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
hopefully I didn't write something nonsensical in the config file.

Go probably shouldn't be updated automatically because builds fail if
you don't have the new version.

Modules updates in the repo are a bit of a pain when I'm also adding new
modules locally. Will re-enable later.
  • Loading branch information
odrling committed Apr 6, 2024
1 parent dbaa9c8 commit 3a28f77
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Japan7/renovate-config"],
"postUpdateOptions": ["gomodTidy"]
"extends": [
"github>Japan7/renovate-config"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"matchDepNames": [
"go"
],
"automerge": false
},
{
"matchManagers": [
"gomod"
],
"automerge": false
}
]
}

0 comments on commit 3a28f77

Please sign in to comment.