Skip to content

Commit

Permalink
ci: renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 7, 2024
1 parent 3e17bcd commit 2d0d103
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits"],
"includePaths": ["packages/urlstate"],
"stabilityDays": 3,
"baseBranches": ["master"],
"enabledManagers": ["npm"],
"packageRules": [
{
"depTypeList": ["dependencies"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}

0 comments on commit 2d0d103

Please sign in to comment.