Skip to content

Commit

Permalink
tell Renovate to pin npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Sep 5, 2023
1 parent 0465bea commit 04217a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renovate.json
@@ -1,4 +1,3 @@

{
"extends": ["config:base"],
"rangeStrategy": "update-lockfile",
Expand All @@ -10,7 +9,8 @@
"automerge": true,
"stabilityDays": 3,
"prCreation": "not-pending",
"ignoreDeps": ["jest", "jest-environment-jsdom"]
"ignoreDeps": ["jest", "jest-environment-jsdom"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["github-actions"],
Expand All @@ -21,4 +21,4 @@
"prCreation": "not-pending"
}
]
}
}

0 comments on commit 04217a5

Please sign in to comment.