-
Notifications
You must be signed in to change notification settings - Fork 625
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
ci(renovate): configure renovate #683
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 tasks
intcreator
approved these changes
Aug 8, 2023
intcreator
approved these changes
Aug 8, 2023
🎉 This PR is included in version 2.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ncb000gt
pushed a commit
that referenced
this pull request
Aug 15, 2023
## [3.0.0-beta.2](v3.0.0-beta.1...v3.0.0-beta.2) (2023-08-15) ### 🐛 Bug Fixes * replace loop timeout by max match date ([#686](#686)) ([c685c63](c685c63)) ### 🚨 Tests * update new test for cron standard alignments ([ea56fc1](ea56fc1)) ### ⚙️ Continuous Integrations * **renovate:** configure renovate ([#683](#683)) ([9dbe962](9dbe962))
🎉 This PR is included in version 3.0.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
patrickm68
added a commit
to patrickm68/node-cron-types
that referenced
this pull request
Sep 14, 2023
## [2.4.1](kelektiv/node-cron@v2.4.0...v2.4.1) (2023-08-14) ### 🐛 Bug Fixes * replace loop timeout by max match date ([#686](kelektiv/node-cron#686)) ([c685c63](kelektiv/node-cron@c685c63)) ### ⚙️ Continuous Integrations * **renovate:** configure renovate ([#683](kelektiv/node-cron#683)) ([9dbe962](kelektiv/node-cron@9dbe962))
sheerlox
added a commit
that referenced
this pull request
Sep 27, 2023
sheerlox
pushed a commit
that referenced
this pull request
Sep 27, 2023
sheerlox
added a commit
to sheerlox/node-cron
that referenced
this pull request
Sep 27, 2023
sheerlox
pushed a commit
to sheerlox/node-cron
that referenced
this pull request
Sep 27, 2023
## [2.4.1](kelektiv/node-cron@v2.4.0...v2.4.1) (2023-08-14) ### 🐛 Bug Fixes * replace loop timeout by max match date ([kelektiv#686](kelektiv#686)) ([c685c63](kelektiv@c685c63)) ### ⚙️ Continuous Integrations * **renovate:** configure renovate ([kelektiv#683](kelektiv#683)) ([9dbe962](kelektiv@9dbe962))
sheerlox
added a commit
to sheerlox/node-cron
that referenced
this pull request
Sep 29, 2023
sheerlox
pushed a commit
to sheerlox/node-cron
that referenced
this pull request
Sep 29, 2023
## [2.4.1](kelektiv/node-cron@v2.4.0...v2.4.1) (2023-08-14) ### 🐛 Bug Fixes * replace loop timeout by max match date ([kelektiv#686](kelektiv#686)) ([c685c63](kelektiv@c685c63)) ### ⚙️ Continuous Integrations * **renovate:** configure renovate ([kelektiv#683](kelektiv#683)) ([9dbe962](kelektiv@9dbe962))
sheerlox
added a commit
to sheerlox/node-cron
that referenced
this pull request
Sep 29, 2023
sheerlox
added
type:ci
Changes to CI configuration files and scripts
and removed
released on @beta
labels
Sep 30, 2023
11 tasks
This was referenced Sep 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds configuration for Renovate Bot.
The Renovate app needs to be installed to this repository from https://github.com/apps/renovate.
Related Issue
#674
Motivation and Context
Automated dependency updates. See Why use Renovate.