Skip to content

Commit

Permalink
Update renovate.json (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocinante89 authored Oct 2, 2024
1 parent f76dbeb commit 96beb03
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"schedule": ["at any time"],
"extends": ["config:base"],
"schedule": ["every weekend"],
"automerge": true,
"automergeSchedule": ["every weekend"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchPackagePatterns": ["^@technifit/"],
"enabled": false
Expand Down

0 comments on commit 96beb03

Please sign in to comment.