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

Commit

Permalink
fix(renovate): 🩹 wrong config file (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
velenyx committed Sep 9, 2023
1 parent 4f16ed6 commit 8b905d1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@
"enabled": true,
"schedule": ["before 5am on monday"]
},
"packageRules": [
{
"excludePaths": ["server/**"],
"updateTypes": ["minor", "patch", "pin", "digest"]
},
{
"includePaths": ["client/**"],
"stabilityDays": 8
}
]
"includePaths": ["client/**"],
"stabilityDays": 6,
"ignorePaths": ["server/**"]
}

0 comments on commit 8b905d1

Please sign in to comment.