Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabarrere authored Nov 21, 2020
1 parent 2651926 commit 1ae7b38
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"groupName":"all",
"extends": [
"config:base"
"config:base",
"schedule:earlyMondays"
],
"stabilityDays": 10,
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 1ae7b38

Please sign in to comment.