feat: add schedule to renovate jobs

this will make patch/minor upgrade renovate jobs be run daily.
This commit is contained in:
connorhaugh
2022-09-28 12:46:25 -04:00
committed by GitHub
parent 3567b36ece
commit ce66be7678

View File

@@ -1,6 +1,9 @@
{
"extends": [
"config:base"
"config:base",
"schedule:daily",
":rebaseStalePrs",
":semanticCommits"
],
"patch": {
"automerge": true