Skip to content

Commit

Permalink
ci: added limit on when digest updates can happen
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jan 27, 2021
1 parent dbd96e8 commit 22545eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
],
"automerge": true,
"automergeType": "branch"
},
{
"updateTypes": [
"digest"
],
"schedule": [
"every 3 months on the first day of the month"
]
}
],
"prConcurrentLimit": 5,
Expand Down

0 comments on commit 22545eb

Please sign in to comment.