Skip to content

Commit

Permalink
Adapt renovate config
Browse files Browse the repository at this point in the history
- rangeStrategy set to pin to see the exact version in package.json
- Enable lockFileMaintenance
  • Loading branch information
christophblessing committed May 16, 2024
1 parent c101657 commit 04bccd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["maintenance 🛠️"]
"labels": ["maintenance 🛠️", "dependency 🧱"],
"rangeStrategy": "pin",
"lockFileMaintenance": { "enabled": true }
}

0 comments on commit 04bccd7

Please sign in to comment.