Skip to content

Commit

Permalink
Merge pull request #411 from Secreto31126/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
Secreto31126 authored Feb 22, 2025
2 parents 063a1f0 + 34514b1 commit d53e916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"baseBranches": ["main"],
"dependencyDashboard": true,
"extends": [
"config:base",
"config:recommended",
"group:allNonMajor",
"helpers:disableTypesNodeMajor",
"schedule:earlyMondays"
Expand All @@ -17,7 +17,7 @@
"semanticCommits": "enabled",
"packageRules": [
{
"packageNames": ["esbuild"],
"matchPackageNames": ["esbuild"],
"versioning": "regex:^(?<compatibility>\\d+)\\.(?<major>\\d+)\\.(?<patch>\\d+)?$"
}
]
Expand Down

0 comments on commit d53e916

Please sign in to comment.