Skip to content

Commit

Permalink
Revert "Try executeTimeout in Renovate config (bbc#11720)" (bbc#11721)
Browse files Browse the repository at this point in the history
This reverts commit d08ec95.
  • Loading branch information
amoore108 authored Jun 13, 2024
1 parent d08ec95 commit f3306ae
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":pinDependencies"],
"enabledManagers": ["npm"],
"executionTimeout": 30,
"skipInstalls": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["^@bbc", "^@loadable", "webpack"],
"excludePackagePatterns": [
"^@bbc",
"^@loadable",
"^@storybook",
"webpack"
],
"matchUpdateTypes": ["patch"],
"groupName": "all 3rd party patch dependencies",
"groupSlug": "all-patch"
Expand Down Expand Up @@ -38,6 +42,12 @@
"matchPackagePatterns": ["^@types/ramda"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"matchPackagePatterns": ["^@storybook"],
"matchUpdateTypes": ["minor"],
"groupName": "storybook minor dependencies",
"groupSlug": "storybook-minor"
}
]
}

0 comments on commit f3306ae

Please sign in to comment.