Skip to content

Commit

Permalink
ci(renovate): migrate config
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Sep 6, 2024
1 parent a60a0c1 commit 58f3921
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"groupSlug": "ci-deps"
},
{
"description": "Group all Tauri dependencies",
"matchFileNames": ["packaging/tauri/**"],
"matchFileNames": [
"packaging/tauri/**"
],
"separateMajorMinor": false,
"groupName": "Tauri dependencies",
"groupSlug": "tauri"
Expand All @@ -47,7 +48,6 @@
"dependencyDashboard": true,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"transitiveRemediation": true,
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
Expand All @@ -73,18 +73,15 @@
],
"rebaseWhen": "behind-base-branch",
"rangeStrategy": "pin",
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"every month"
]
},
"assignees": [
"ferferga",
"ThibaultNocchi"
],
"reviewers": [
"ferferga",
"ThibaultNocchi"
],
"extends": [
"mergeConfidence:age-confidence-badges"
]
}

0 comments on commit 58f3921

Please sign in to comment.