Skip to content

Commit

Permalink
Disable renovate for go.mod
Browse files Browse the repository at this point in the history
It just opens many PRs that cause builds to fail
  • Loading branch information
ccremer committed Nov 21, 2019
1 parent d2bbd28 commit ec4c1bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": [
"config:base"
],
"ignorePaths": [
"go.mod",
"go.sum"
]
}

0 comments on commit ec4c1bf

Please sign in to comment.