-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.json
More file actions
27 lines (27 loc) · 930 Bytes
/
default.json
File metadata and controls
27 lines (27 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
"mergeConfidence:all-badges",
"github>caycehouse/renovate-config:autoMerge.json5",
"github>caycehouse/renovate-config:customManagers.json5",
"github>caycehouse/renovate-config:labels.json5",
"github>caycehouse/renovate-config:semanticCommits.json5",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
":timezone(America/New_York)"
],
"timezone": "America/New_York",
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": [
"prEditedNotification",
"prIgnoreNotification"
],
"rebaseWhen": "conflicted",
"commitBodyTable": true,
"platformCommit": true
}