Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 0aee812

Browse files
authored
chore: update renovate config (#237)
1 parent e66d096 commit 0aee812

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"extends": [
3-
"config:base"
3+
"config:base",
4+
"docker:disable"
5+
],
6+
"pinVersions": false,
7+
"rebaseStalePrs": true,
8+
"schedule": [
9+
"after 9am and before 3pm"
10+
],
11+
"gitAuthor": null,
12+
"packageRules": [
13+
{
14+
"extends": "packages:linters",
15+
"groupName": "linters"
16+
}
417
]
518
}

0 commit comments

Comments
 (0)