Skip to content

Commit

Permalink
update renovate rules (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Jun 26, 2020
1 parent e19a0db commit d738a82
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@
"extends": [
"config:base"
],
"packageRules": [
{
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
],
"ignoreDeps": [
"gcp-metadata",
"got",
"mocha",
"prom-client"
],
"assignees": [
"@dyladan",
"@mayurkale22",
"@obecny"
],
"schedule": [
"after 9pm and before 5am"
"before 3am on Friday"
],
"labels": ["dependencies"]
}

0 comments on commit d738a82

Please sign in to comment.