Compare commits

..

2 Commits

Author SHA1 Message Date
d4265064c5 Merge branch 'main' of https://gitea.mylocalhost.cloud/renovate-bot/renovate-config
All checks were successful
renovate / renovate (push) Successful in 17s
2024-12-05 13:18:05 -05:00
a5efc09b17 added presets to config.js 2024-12-05 13:17:38 -05:00
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"
]
}; };