Merge pull request 'Only create renovate PRs on the first 3 days of a month' (#134) from push-swtusmqnzplt into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #134
This commit is contained in:
rafael 2025-08-14 10:44:39 +02:00
commit 947f4bac46

View file

@ -1,6 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"schedule": ["* * 3 * *"],
"packageRules": [ "packageRules": [
{ {
"groupName": "Mix dependencies", "groupName": "Mix dependencies",