Skip to content

Commit

Permalink
feat: add renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 24, 2024
1 parent 67235b1 commit c57b427
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:base',
':dependencyDashboard',
],
dependencyDashboardAutoclose: true,
automergeType: 'pr',
platformAutomerge: true,
rebaseWhen: 'conflicted',
"timezone": "Europe/Paris",
"schedule": [
"before 9pm on friday"
],
prConcurrentLimit: 0,
prHourlyLimit: 0,
terragrunt: {
enabled: false
},
labels: [
'dependencies',
],
vulnerabilityAlerts: {
enabled: true,
labels: [
'security',
],
},
patch: {
automerge: true,
},
pin: {
automerge: true,
},
regexManagers: []
}

0 comments on commit c57b427

Please sign in to comment.