-
Notifications
You must be signed in to change notification settings - Fork 107
chore(deps): update all-dependencies to 9.1.3 #498
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
Closed
Closed
Conversation
This file contains hidden or 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
- Updated Dependabot configuration to include public NuGet registry and improved scheduling for package updates to daily frequency. - Removed stale configuration file and replaced with a new GitHub Actions workflow to manage stale issues and pull requests. - Renamed pipeline workflow to main for clarity and consistency. This refactor aims to streamline dependency management and improve issue tracking.
- Changes the directory in the Dependabot configuration to `/src` to correctly target the source folder for NuGet package updates. - Ensures that dependency updates are focused on the appropriate application code path.
…494) Bumps the all-dependencies group in /src with 6 updates: | Package | From | To | | --- | --- | --- | | [ES.FX.Additions.KubernetesClient](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | | [ES.FX.Additions.Newtonsoft.Json](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | | [ES.FX.Ignite](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | | [ES.FX.Ignite.KubernetesClient](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | | [ES.FX.Ignite.OpenTelemetry.Exporter.Seq](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | | [ES.FX.Ignite.Serilog](https://github.com/emberstack/ES.FX) | `9.1.2` | `9.1.3` | Updates `ES.FX.Additions.KubernetesClient` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Additions.Newtonsoft.Json` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Ignite` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Additions.KubernetesClient` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Ignite.KubernetesClient` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Ignite.OpenTelemetry.Exporter.Seq` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) Updates `ES.FX.Ignite.Serilog` from 9.1.2 to 9.1.3 - [Release notes](https://github.com/emberstack/ES.FX/releases) - [Commits](emberstack/ES.FX@version/v9.1.2...version/v9.1.3) --- updated-dependencies: - dependency-name: ES.FX.Additions.KubernetesClient dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Additions.Newtonsoft.Json dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Ignite dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Additions.KubernetesClient dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Ignite.KubernetesClient dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Ignite.OpenTelemetry.Exporter.Seq dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ES.FX.Ignite.Serilog dependency-version: 9.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Introduces a Renovate GitHub Action to automate dependency updates. - Configures daily runs at 5 AM UTC and allows manual execution. - Defines settings for managing NuGet and GitHub Actions dependencies, including auto-merge capabilities and a dependency dashboard. - Establishes group rules for grouping dependencies and setting management limits.
- Configures the Renovate GitHub action to target the `emberstack/kubernetes-reflector` repository. - Improves dependency management automation for better project maintainability.
- Upgrades the Renovate GitHub Action from v40.1.12 to v41.0.22. - Modifies the environment variable configuration to utilize the GitHub repository context for Renovate repositories.
- Restricts push and pull request triggers to changes in main.yaml. - Reduces unnecessary workflow runs for modifications outside of this file.
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
- Deletes outdated Dependabot configuration to streamline dependency management. - Moves renovate.json to better organize configuration files.
- Changes the version of several ES.FX dependencies from 9.1.3 to 9.1.2 for compatibility reasons. - Disables the dependency dashboard feature for streamline dependency management.
- Introduces a pull_request trigger to the Renovate workflow, enabling automated updates when pull requests are created. - Adds merge_group to optimize dependency updates in a grouped manner.
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
- Configures the Git author information for commits made by Renovate. - Ensures consistent attribution for automated dependencies management.
- Downgrades various `ES.FX` packages from version 9.1.3 to 9.1.2. - Ensures compatibility with dependencies that may require the earlier version.
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.
This PR contains the following updates:
9.1.2
->9.1.3
9.1.2
->9.1.3
9.1.2
->9.1.3
9.1.2
->9.1.3
9.1.2
->9.1.3
9.1.2
->9.1.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled because a matching PR was automerged previously.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.