mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-11 18:02:23 +00:00
18 lines
429 B
JSON
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
|
|
} |