Skip to content

Commit

Permalink
Maintain yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 28, 2025
1 parent c18336e commit 56a67b4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"lockFileMaintenance": { "enabled": true },
"skipInstalls": false,
"postUpgradeTasks": {
"commands": [
"yarn run build"
],
"commands": ["yarn run build"],
"executionMode": "branch"
}
}

0 comments on commit 56a67b4

Please sign in to comment.