Skip to content

Commit

Permalink
Add schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtnlucie committed Nov 29, 2024
1 parent 05291d5 commit 402dc87
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/renovate/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,17 @@
},
"gomod": {
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/"
"branchPrefix": "konflux/mintmaker/",
"schedule": [
"after 5am on sunday"
]
},
"ocb": {
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/"
"branchPrefix": "konflux/mintmaker/",
"schedule": [
"after 5am on sunday"
]
},
"forkProcessing": "enabled",
"allowedPostUpgradeCommands": ["^rpm-lockfile-prototype rpms.in.yaml$"],
Expand Down

0 comments on commit 402dc87

Please sign in to comment.