Skip to content

Commit

Permalink
Merge pull request #19 from asmyshlyaev177/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
asmyshlyaev177 authored Nov 7, 2024
2 parents 2d0d103 + 74babb5 commit 63141fe
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits"],
"includePaths": ["packages/urlstate"],
"stabilityDays": 3,
"baseBranches": ["master"],
"enabledManagers": ["npm"],
"extends": [
"config:recommended",
":semanticCommits"
],
"includePaths": [
"packages/urlstate"
],
"minimumReleaseAge": "3 days",
"baseBranches": [
"master"
],
"enabledManagers": [
"npm"
],
"packageRules": [
{
"depTypeList": ["dependencies"],
"matchDepTypes": [
"dependencies"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["minor", "patch"]
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 63141fe

Please sign in to comment.