Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Jan 18, 2023
1 parent 4c9d771 commit a1b299d
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"extends": ["config:base"],
"extends": [
"config:base"
],
"branchPrefix": "renovate-",
"baseBranches": ["develop"],
"baseBranches": [
"develop"
],
"assigneesFromCodeOwners": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"automerge": true,
"labels": ["dependencies"]
"labels": [
"dependencies"
]
},
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"labels": ["dependencies", "breaking"]
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major"
],
"labels": [
"dependencies",
"breaking"
]
}
]
}

0 comments on commit a1b299d

Please sign in to comment.