Skip to content

Commit

Permalink
Create renovate-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
javedfaruquee1 authored May 28, 2024
1 parent c158e17 commit 7564265
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate/renovate-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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: [
{
description: 'lockFileMaintenance',
matchUpdateTypes: [
'pin',
'digest',
'patch',
'minor',
'major',
'lockFileMaintenance',
],
dependencyDashboardApproval: false,
stabilityDays: 0,
},
],
};

0 comments on commit 7564265

Please sign in to comment.