Skip to content

Commit

Permalink
Merge pull request #452 from mallardduck/adjust-renovate-config
Browse files Browse the repository at this point in the history
Switch to manual renovate runs and remove PR limit
  • Loading branch information
mallardduck authored Apr 8, 2024
2 parents 15bd41e + 89347c3 commit cf60789
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": [
"github>rancher/renovate-config#release"
"github>rancher/renovate-config#release",
"group:all"
],
"baseBranches": [
"release/v3.0",
"release/v4.0",
"release/v5.0"
],
"prHourlyLimit": 2
]
}
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
default: "false"
type: string
# Run twice in the early morning (UTC) for initial and follow up steps (create pull request and merge)
schedule:
- cron: '30 4,6 * * *'
# schedule:
# - cron: '30 4,6 * * *'

jobs:
call-workflow:
Expand Down

0 comments on commit cf60789

Please sign in to comment.