Skip to content

Conversation

@winromulus
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
ES.FX.Additions.KubernetesClient nuget patch 9.1.2 -> 9.1.3
ES.FX.Additions.Newtonsoft.Json nuget patch 9.1.2 -> 9.1.3
ES.FX.Ignite nuget patch 9.1.2 -> 9.1.3
ES.FX.Ignite.KubernetesClient nuget patch 9.1.2 -> 9.1.3
ES.FX.Ignite.OpenTelemetry.Exporter.Seq nuget patch 9.1.2 -> 9.1.3
ES.FX.Ignite.Serilog nuget patch 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

winromulus and others added 15 commits May 1, 2025 11:48
- 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] <[email protected]>
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.
- 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.
- 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.
@winromulus winromulus closed this May 1, 2025
@winromulus winromulus deleted the renovate/all-dependencies branch May 1, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants