Skip to content

Commit

Permalink
chore(renovate): create PRs weekly
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vlaci committed Jan 8, 2025
1 parent be625af commit 9ed1f62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", "schedule:earlyMondays"],
"labels": ["dependencies"],
"packageRules": [
{
Expand All @@ -16,7 +16,6 @@
"enabled": true,
"branchTopic": "update-flake-lock",
"commitMessageAction": "Update flake.lock",
"extends": ["schedule:earlyMondays"]
}
},
"poetry": {
Expand Down

0 comments on commit 9ed1f62

Please sign in to comment.