Skip to content

Commit

Permalink
chore: update example files with newer options (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Jul 18, 2024
1 parent b7fe9a6 commit db9fb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -19,7 +19,7 @@ module.exports = {
'lockFileMaintenance',
],
dependencyDashboardApproval: false,
stabilityDays: 0,
minimumReleaseAge: 0,
},
],
};
4 changes: 2 additions & 2 deletions example/renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"onboarding": false,
"platform": "github",
"includeForks": true,
"forkProcessing": "enabled",
"repositories": [
"renovatebot/github-action",
"renovate-tests/cocoapods1",
Expand All @@ -23,7 +23,7 @@
"lockFileMaintenance"
],
"dependencyDashboardApproval": false,
"stabilityDays": 0
"minimumReleaseAge": 0
}
]
}

0 comments on commit db9fb1a

Please sign in to comment.