Skip to content

Commit

Permalink
feat(typescript): allow updating non-NPM pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dicearr authored Feb 7, 2024
1 parent 3f76efd commit 69b1e26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion typescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
":prNotPending",
"group:nodeJs",
"npm:unpublishSafe",
"workarounds:nodeDockerVersioning",
"workarounds:typesNodeVersioning"
],
"internalChecksAsSuccess": true,
Expand Down Expand Up @@ -80,9 +81,13 @@
"dependencyDashboardApproval": true,
"description": "Require approval for engine updates",
"matchDepTypes": ["engines"]
},
{
"matchDatasources": ["npm"],
"updatePinnedDependencies": false
}
],
"schedule": ["after 10:30am and before 12:30pm on Tuesday"],
"timezone": "Europe/Amsterdam",
"updatePinnedDependencies": false
"updatePinnedDependencies": true
}

0 comments on commit 69b1e26

Please sign in to comment.