Skip to content

Commit 10cd84d

Browse files
MinecraftFunsactions-user
authored andcommitted
Prettified Code!
1 parent d36de38 commit 10cd84d

1 file changed

Lines changed: 10 additions & 35 deletions

File tree

.github/renovate.json

Lines changed: 10 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,31 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"rebaseWhen": "behind-base-branch",
75
"dependencyDashboard": true,
8-
"labels": [
9-
"dependencies",
10-
"no-stale"
11-
],
6+
"labels": ["dependencies", "no-stale"],
127
"commitMessagePrefix": "⬆️",
138
"commitMessageTopic": "{{depName}}",
14-
"enabledManagers": [
15-
"dockerfile",
16-
"github-actions"
17-
],
9+
"enabledManagers": ["dockerfile", "github-actions"],
1810
"packageRules": [
1911
{
2012
"groupName": "App (Add-on) base image",
21-
"matchDatasources": [
22-
"docker"
23-
]
13+
"matchDatasources": ["docker"]
2414
},
2515
{
2616
"groupName": "App (Add-on) base image",
27-
"matchDatasources": [
28-
"docker"
29-
],
30-
"matchUpdateTypes": [
31-
"minor",
32-
"patch"
33-
],
17+
"matchDatasources": ["docker"],
18+
"matchUpdateTypes": ["minor", "patch"],
3419
"automerge": true
3520
},
3621
{
37-
"matchDatasources": [
38-
"github-releases"
39-
],
40-
"matchUpdateTypes": [
41-
"minor",
42-
"patch"
43-
],
22+
"matchDatasources": ["github-releases"],
23+
"matchUpdateTypes": ["minor", "patch"],
4424
"automerge": true
4525
},
4626
{
47-
"matchManagers": [
48-
"github-actions"
49-
],
50-
"matchUpdateTypes": [
51-
"minor",
52-
"patch"
53-
],
27+
"matchManagers": ["github-actions"],
28+
"matchUpdateTypes": ["minor", "patch"],
5429
"automerge": true
5530
}
5631
]

0 commit comments

Comments
 (0)