Closed
Conversation
--- updated-dependencies: - dependency-name: log4net dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
bouwkast
added a commit
that referenced
this pull request
Apr 23, 2026
## Summary of changes This removes the dependabot configuration and related code/projects for updating instrumentations. ## Reason for change Dependabot would trigger and then open a PR like so [Bump log4net from 3.3.0 to 3.3.1](#8501). Then our workflow would trigger and raise this PR [[Test Package Versions Bump] Updating package versions](#8502) Ultimately we don't really act on these dependabot PRs so they don't add a ton of value. To compensate for the potential loss in visibility I've opted to add a single additional run on Wednesday which will regenerate the `[Test Package Versions Bump]` if still open from Sunday's. Depending on how this goes we may want to remove the Wednesday additional run, but running it on Wednesday will mean that any cooldown packages skipped on Sunday will get bumped which may be helpful. ## Implementation details - Removed all the dependabot honeypot projects - I don't think we need them anymore they were used by dependabot to do the bumping - Removed all code that updated/touched those projects - Removed the dependabot config for the integrations - Updated/Removed the github workflow that opens the `[Test Package Versions Bump]` to no longer look for the dependabot PRs (will need to close them manually) and to run on Wednesday too. ## Test coverage none ## Other details <!-- Fixes #{issue} --> <!--⚠️ Note: Where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. MergeQueue is NOT enabled in this repository. If you have write access to the repo, the PR has 1-2 approvals (see above), and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #apm-dotnet channel in Slack. --> --------- Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
Collaborator
|
Included in #8502 |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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
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.
Updated log4net from 3.3.0 to 3.3.1.
Release notes
Sourced from log4net's releases.
3.3.1
What's Changed
New Contributors
Full Changelog: apache/logging-log4net@rel/3.3.0...rel/3.3.1
Nuget: https://www.nuget.org/packages/log4net/3.3.1
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)