Skip to content

Commit

Permalink
Merge pull request #655 from Nordix/lentzi90/prow-autobumper-schedule
Browse files Browse the repository at this point in the history
Prow: Run autobumper monthly
  • Loading branch information
metal3-io-bot authored Mar 4, 2024
2 parents 9fba5bf + f7f3160 commit 2070a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prow/manifests/overlays/metal3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ periodics:
secret:
secretName: github-token
- name: autobump-prow-images
cron: 0 0 * * 0
# At 00:00 on 1st every month
cron: 0 0 1 * *
decorate: true
extra_refs:
- org: metal3-io
Expand Down

0 comments on commit 2070a5d

Please sign in to comment.