Skip to content

Commit

Permalink
ci: make renovatebot less noisey (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian authored Apr 9, 2024
1 parent 38c0042 commit 3b04feb
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"timezone": "America/Chicago",
"schedule": ["every weekend"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"groupName": "Mint packages",
"matchManagers": [
"mint"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
},
{
"groupName": "GitHub Actions",
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
Expand Down

0 comments on commit 3b04feb

Please sign in to comment.