Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Sep 24, 2024
1 parent 013c499 commit 46b70d1
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"configMigration": true,
"extends": [
"config:recommended",
":maintainLockFilesWeekly",
":pinOnlyDevDependencies",
":enableVulnerabilityAlerts",
"helpers:disableTypesNodeMajor"
],
"timezone": "Europe/Vienna",
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["nx"],
"matchPackagePrefixes": ["@nx/"],
"extends": ["monorepo:nrwl"],
"enabled": false
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["*", "!typescript"]
}
],
"lockFileMaintenance": {
"enabled": true
}
]
}

0 comments on commit 46b70d1

Please sign in to comment.