Skip to content

Commit c04452b

Browse files
committed
chore: update rennovate configuration
- Enable lockFileMaintenance option and set run schedule
1 parent b665a0d commit c04452b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:base"
55
],
66
"nix": {
77
"enabled": true
8+
},
9+
"lockFileMaintenance": {
10+
"enabled": true,
11+
"schedule": "* * * * 0"
812
}
913
}

0 commit comments

Comments
 (0)