Skip to content

Commit 5662901

Browse files
committed
chore(renovate): create PRs weekly
So the PR noise goes down a bit. Note, that security fixes are still imediately applied[^1] [^1]: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts
1 parent be625af commit 5662901

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": ["config:recommended", "schedule:earlyMondays"],
44
"labels": ["dependencies"],
55
"packageRules": [
66
{
@@ -15,8 +15,7 @@
1515
"lockFileMaintenance": {
1616
"enabled": true,
1717
"branchTopic": "update-flake-lock",
18-
"commitMessageAction": "Update flake.lock",
19-
"extends": ["schedule:earlyMondays"]
18+
"commitMessageAction": "Update flake.lock"
2019
}
2120
},
2221
"poetry": {

0 commit comments

Comments
 (0)