Skip to content

Commit

Permalink
chore(renovate): make less noisy, update to vers that are harder to u…
Browse files Browse the repository at this point in the history
…npublish
  • Loading branch information
AlexTMjugador committed Oct 24, 2023
1 parent 752ea1a commit 22f340e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"addLabels": ["dependencies"],
"reviewers": ["team:packsquash-github-action-developers"],
"automerge": true,
"automergeType": "branch",
"minimumReleaseAge": "3 days",
"schedule": ["every 2 day"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
{
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchCategories": ["js"],
"groupName": "JS/TS dependencies"
},
{
"matchCategories": ["ci"],
"groupName": "CI dependencies"
}
]
}

0 comments on commit 22f340e

Please sign in to comment.