diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 7883c4e..bded6ac 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -2,7 +2,7 @@ name: renovate on: schedule: - - cron: "@daily" + - cron: "@hourly" push: branches: - main diff --git a/config.js b/config.js index e79ecf1..a5829c0 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,9 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "extends": [ + ":automergeMinor", + ":automergePr", + ":combinePatchMinorReleases" + ] };