-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize the action #7
Modernize the action #7
Conversation
1f9962c
to
f2cdbf5
Compare
on: | ||
schedule: | ||
# Every day at midnight | ||
- cron: "0 0 * * *" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to consider running this weekly instead and not every day?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I think we could instead use the renovatebot schedule instead https://docs.renovatebot.com/key-concepts/scheduling/ and add these to our presets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will try to do as part of open-turo/renovate-config
🎉 This PR is included in version 1.3.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
This PR modernizes the action to use some of the latest standards and use renovatebot, extracts the docker-compose into a file and updates kubesealer to use the latest verssion (we no longer publish latest).
We will let renovatebot do it's job to handle kubesealer updates
The new action works fine
Changes
🚀 PR created with fotingo