Files
ansible-borgmatic/.github/renovate.json
2022-05-07 18:07:35 +01:00

18 lines
429 B
JSON

{
"extends": [
":enableRenovate",
"config:base",
":enablePreCommit",
":disableRateLimiting"
],
"timezone": "UTC",
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"prCreation": "not-pending",
"suppressNotifications": [
"prIgnoreNotification"
],
"assigneesFromCodeOwners": true,
"rebaseWhen": "conflicted",
"stabilityDays": 3
}