feat: add schedule to renovate jobs
this will make patch/minor upgrade renovate jobs be run daily.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
"config:base",
|
||||
"schedule:daily",
|
||||
":rebaseStalePrs",
|
||||
":semanticCommits"
|
||||
],
|
||||
"patch": {
|
||||
"automerge": true
|
||||
|
||||
Reference in New Issue
Block a user