Skip to content

Commit

Permalink
Update renovate-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
javedfaruquee1 authored May 28, 2024
1 parent 7564265 commit 907c359
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions renovate/renovate-config.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
module.exports = {
branchPrefix: 'test-renovate/',
username: 'renovate-release',
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,
platform: 'github',
includeForks: true,
dryRun: 'full',
repositories: ['renovate-tests/cocoapods1', 'renovate-tests/gomod1'],
packageRules: [
{
"branchPrefix": "test-renovate/",
"dryRun": "full",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": false,
"platform": "github",
"includeForks": true,
"repositories": [
"renovatebot/github-action",
"renovate-tests/cocoapods1",
"renovate-tests/gomod1"
],
"packageRules": [
{
description: 'lockFileMaintenance',
matchUpdateTypes: [
'pin',
'digest',
'patch',
'minor',
'major',
'lockFileMaintenance',
"description": "lockFileMaintenance",
"matchUpdateTypes": [
"pin",
"digest",
"patch",
"minor",
"major",
"lockFileMaintenance"
],
dependencyDashboardApproval: false,
stabilityDays: 0,
},
],
};
"dependencyDashboardApproval": false,
"stabilityDays": 0
}
]
}

0 comments on commit 907c359

Please sign in to comment.