Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
go mod tidy + commit message body
  • Loading branch information
hugoArregui committed Sep 29, 2019
1 parent e2838d6 commit 739e761
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/assert-contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ fi

SCRIPT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )

CONTRIBUTORS=()
EXCLUDED_CONTIBUTORS=('John R. Bradley')
EXCLUDED_CONTIBUTORS=('John R. Bradley' 'renovate[bot]' 'Renovate Bot')
MISSING_CONTIBUTORS=()

shouldBeIncluded () {
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": [
"config:base"
]
],
"postUpdateOptions": [
"gomodTidy"
],
"commitBody": "Generated by renovateBot"
}

0 comments on commit 739e761

Please sign in to comment.