Skip to content

Commit 8950208

Browse files
committed
chore(deps): update renovatebot config.
1 parent dba6516 commit 8950208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "group:allNonMajor"],
3+
"extends": ["config:base", "group:allNonMajor", "schedule:monthly"],
44
"timezone": "Pacific/Auckland",
55
"labels": ["dependencies"],
66
"rangeStrategy": "bump",
77
"lockFileMaintenance": {
88
"enabled": true,
99
"automerge": true,
10-
"schedule": ["on the first day of the month"]
10+
"schedule": ["every 3 months on the first day of the month"]
1111
},
1212
"packageRules": [
1313
{

0 commit comments

Comments
 (0)