added presets to config.js

This commit is contained in:
2024-12-05 13:17:38 -05:00
parent ed8b36db87
commit a5efc09b17
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "@daily"
- cron: "@hourly"
push:
branches:
- main

View File

@@ -5,4 +5,9 @@ module.exports = {
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
"extends": [
":automergeMinor",
":automergePr",
":combinePatchMinorReleases"
]
};