Skip to content

Commit 14ac6d3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7dca69d commit 14ac6d3

1 file changed

Lines changed: 5 additions & 17 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
":semanticCommitsDisabled"
6-
],
7-
"labels": [
8-
"changelog: skip",
9-
"dependencies"
10-
],
3+
"extends": ["config:recommended", ":semanticCommitsDisabled"],
4+
"labels": ["changelog: skip", "dependencies"],
115
"minimumReleaseAge": "7 days",
126
"packageRules": [
137
{
148
"groupName": "github-actions",
15-
"matchManagers": [
16-
"github-actions"
17-
],
9+
"matchManagers": ["github-actions"],
1810
"separateMajorMinor": false
1911
},
2012
{
2113
"groupName": "docs/requirements.txt",
22-
"matchFileNames": [
23-
"docs/requirements.txt"
24-
],
14+
"matchFileNames": ["docs/requirements.txt"],
2515
"separateMajorMinor": false
2616
}
2717
],
28-
"schedule": [
29-
"on the first day of the month"
30-
]
18+
"schedule": ["on the first day of the month"]
3119
}

0 commit comments

Comments
 (0)