chore: run renovate each day of the first week of the month
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb5fb5bb59
commit
7c295daedc
2 changed files with 1 additions and 2 deletions
|
|
@ -107,7 +107,6 @@ name: renovate
|
|||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
- custom
|
||||
branch:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"schedule": ["* * * * *"],
|
||||
"schedule": ["* * 1-7 * *"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Mix dependencies",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue