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: on:
schedule: schedule:
- cron: "@daily" - cron: "@hourly"
push: push:
branches: branches:
- main - main

View File

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