Skip to content

Commit

Permalink
renovate: Minimize config
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Oct 24, 2023
1 parent 6323a9c commit a37e7a9
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"branchPrefix": "users/renovate/",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": true,
"platform": "github",
"forkProcessing": "disabled",
"repositories": ["ni/measurementlink-python"],
"packageRules": [
{
"description": "lockFileMaintenance",
"matchUpdateTypes": [
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"minimumReleaseAge": null
}
],
"lockFileMaintenance": { "enabled": true }
"extends": ["config:recommended", ":maintainLockFilesWeekly"]
}

0 comments on commit a37e7a9

Please sign in to comment.