Skip to content

Commit

Permalink
chore: don't auto create renovate pr's
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Nov 19, 2024
1 parent 2afde92 commit e6ebd8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "monorepo:lerna", ":semanticCommits"],
"extends": ["config:recommended", ":semanticCommits"],
"lockFileMaintenance": {
"enabled": true
},
Expand All @@ -13,7 +13,11 @@
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"updateTypes": ["patch"],
"matchUpdateTypes": ["minor", "patch", "major"],
"enabled": false
},
{
"matchUpdateTypes": ["digest"],
"enabled": false
}
]
Expand Down

0 comments on commit e6ebd8f

Please sign in to comment.