Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue #795 Add pipeline which periodically updates the projects dependencies to the latest version #804

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

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

Manangka
Copy link
Collaborator

@Manangka Manangka commented Feb 1, 2024

Fixes #795

This commit adds a pipeline that periodically updates the project dependencies.
It runs every sunday at 15:00. When changes are found a new update branch is pushed and a PR is created.

The created PR in turn will trigger the normal build pipeline so all the regular checks are run against this branch.
If any of the tests fail they should be fixes as part of the created PR

Reviewers are automatically assigned in this case that are @luitjansl and @JoerivanEngelen

Checklist

  • Links to correct issue
  • Update changelog, if changes affect users
  • PR title starts with Issue #nr, e.g. Issue #737
  • Unit tests were added
  • If feature added: Added/extended example

@Manangka
Copy link
Collaborator Author

Manangka commented Feb 1, 2024

@Hofer-Julian You might find this interesting as well

@Manangka Manangka force-pushed the issue_795_PixiUpdate branch from 5c577b3 to c22132c Compare February 2, 2024 11:30
@Manangka Manangka added this pull request to the merge queue Feb 2, 2024
Merged via the queue into master with commit 0fa462f Feb 2, 2024
@Manangka Manangka deleted the issue_795_PixiUpdate branch February 2, 2024 16:24
Manangka added a commit that referenced this pull request Feb 2, 2024
…dencies to the latest version (#804)

Fixes #795

This commit adds a pipeline that periodically updates the project
dependencies.
It runs every sunday at 15:00. When changes are found a new update
branch is pushed and a PR is created.

The created PR in turn will trigger the normal build pipeline so all the
regular checks are run against this branch.
If any of the tests fail they should be fixes as part of the created PR

Reviewers are automatically assigned in this case that are @luitjansl
and @JoerivanEngelen

# Checklist
<!---
Before requesting review, please go through this checklist:
-->

- [x] Links to correct issue
- [ ] Update changelog, if changes affect users
- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Pixi dependencies update pipeline
3 participants