cake-contrib / cake-contrib/Cake.BuildSystems.Module

Dependency Dashboard

Offen
#156 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C#
Sterne
33
Forks
18
Ø Merge
3 T. 6 Std.
Gemergte PRs (30 T.)
2

Beschreibung

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cake-contrib/Cake.BuildSystems.Module).

## Abandoned Dependencies

The following dependencies have not received updates for an extended period and may be unmaintained.

View abandoned dependencies (8)

> [!NOTE]
Packages are marked as abandoned when they exceed the [`abandonmentThreshold`](https://docs.renovatebot.com/configuration-options/#abandonmentthreshold) since their last release. Unlike deprecated packages with official notices, abandonment is detected by release inactivity.
>
| Datasource | Package | Last Updated |
|------------|------|-------------|
| nuget | [StyleCop.Analyzers](https://redirect.github.com/DotNetAnalyzers/StyleCopAnalyzers) | `2023-12-20` |

## Awaiting Schedule

The following updates are awaiting their schedule. To get an update now, click on a checkbox below.

- [ ] Lock file maintenance

## Open

The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.

- [ ] [Update github/codeql-action digest to b96794f](../pull/313)
- [ ] [Update dependency dotnet-sdk to v10.0.401](../pull/314)
- [ ] [Update dependency JetBrains.Annotations to v2026](../pull/320)
- [ ] [Update dependency Microsoft.SourceLink.GitHub to v10](../pull/317)
- [ ] **Click on this checkbox to rebase all open PRs at once**

## PR Closed (Blocked)

The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.

- [ ] [Update cake monorepo to 6.2.0](../pull/319) (`Cake.Frosting`, `cake.tool`)

## Detected Dependencies

cake (2)

demo/dsl/build.cake

recipe.cake (1)

- `Cake.Recipe 4.0.0`

github-actions (2)

.github/workflows/build.yml (6)

- `actions/checkout v7@3d3c42e5aac5ba805825da76410c181273ba90b1`
- `actions/setup-dotnet v6.0.0@a98b56852c35b8e3190ac28c8c2271da59106c68`
- `actions/cache v6@55cc8345863c7cc4c66a329aec7e433d2d1c52a9`
- `cake-build/cake-action v3@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0`
- `actions/upload-artifact v7@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a`
- `actions/upload-artifact v7@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a`

.github/workflows/codeql-analysis.yml (7)

- `actions/checkout v7@3d3c42e5aac5ba805825da76410c181273ba90b1`
- `actions/setup-dotnet v6.0.0@a98b56852c35b8e3190ac28c8c2271da59106c68`
- `actions/cache v6@55cc8345863c7cc4c66a329aec7e433d2d1c52a9`
- `github/codeql-action v4@fdbfb4d2750291e159f0156def62b853c2798ca2` → [Updates: `v4`]
- `cake-build/cake-action v3@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0`
- `github/codeql-action v4@fdbfb4d2750291e159f0156def62b853c2798ca2` → [Updates: `v4`]
- `ubuntu 24.04`

nuget (12)

.config/dotnet-tools.json

demo/dsl/.config/dotnet-tools.json (1)

- `cake.tool 6.0.0` → [Updates: `6.2.0`]

demo/frosting/build/Build.csproj (2)

- `Cake.Frosting 6.0.0` → [Updates: `6.2.0`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]

global.json (1)

- `dotnet-sdk 10.0.100` → [Updates: `10.0.401`]

src/Cake.AzurePipelines.Module/Cake.AzurePipelines.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.BuildSystems.Module/Cake.BuildSystems.Module.csproj (2)

- `StyleCop.Analyzers 1.1.118`
- `CakeContrib.Guidelines 1.7.0`

src/Cake.GitHubActions.Module/Cake.GitHubActions.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.GitLabCI.Module/Cake.GitLabCI.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.Module.Shared/Cake.Module.Shared.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.MyGet.Module/Cake.MyGet.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.TeamCity.Module/Cake.TeamCity.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

src/Cake.TravisCI.Module/Cake.TravisCI.Module.csproj (5)

- `StyleCop.Analyzers 1.1.118`
- `Microsoft.SourceLink.GitHub 8.0.0` → [Updates: `10.0.401`]
- `JetBrains.Annotations 2025.2.4` → [Updates: `2026.2.0`]
- `Cake.Common 6.0.0` → [Updates: `6.2.0`]
- `Cake.Core 6.0.0` → [Updates: `6.2.0`]

renovate-config (1)

.github/renovate.json

---

- [ ] Check this box to trigger a request for Renovate to run again on this repository

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.