Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 16, 2024
1 parent 4b309dd commit d77cdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"],
"extends": ["config:recommended", ":disableDependencyDashboard"],
"packageRules": [
{
"matchPackagePatterns": ["^@udecode/"],
Expand All @@ -15,14 +15,14 @@
"groupName": "Slate packages updates"
},
{
"matchPackagePatterns": ["^(?!@udecode/|slate)"],
"matchPackagePatterns": ["^(?!(@udecode/|slate)).*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"schedule": "every weekend",
"groupName": "External updates"
},
{
"matchPackagePatterns": ["^(?!@udecode/|slate)"],
"matchPackagePatterns": ["^(?!(@udecode/|slate)).*"],
"matchUpdateTypes": ["major"],
"automerge": true,
"schedule": "every weekend"
Expand Down

0 comments on commit d77cdb6

Please sign in to comment.