Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent bbbf16c commit f63573e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":automergeLinters",
"group:nodeJs"
],
"rangeStrategy": "widen",
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"automerge": true
},
{
"matchPackagePatterns": ["esbuild"],
"groupName": "esbuild"
"groupName": "esbuild",
"matchPackageNames": [
"/esbuild/"
]
}
]
}

0 comments on commit f63573e

Please sign in to comment.