chore: update example files with newer options (#855)

This commit is contained in:
Sam Ainsworth 2024-07-18 14:22:26 +01:00 committed by GitHub
parent b7fe9a6b20
commit db9fb1abfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ module.exports = {
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
onboarding: false,
platform: 'github',
includeForks: true,
forkProcessing: 'enabled',
dryRun: 'full',
repositories: ['renovate-tests/cocoapods1', 'renovate-tests/gomod1'],
packageRules: [
@ -19,7 +19,7 @@ module.exports = {
'lockFileMaintenance',
],
dependencyDashboardApproval: false,
stabilityDays: 0,
minimumReleaseAge: 0,
},
],
};