Jamie Magee

Results 179 issues of Jamie Magee

#### What kind of change does this PR introduce? Initial part of feature #4177. Mainly to see if the overall feature would be accepted and if I am following the...

**Is your feature request related to a problem? Please describe.** Scorecards currently supports GitHub and GitLab as source code platforms, but Azure DevOps could also benefit from Scorecard **Describe the...

kind/enhancement

Currently you only include the release date and CLR version, but support status and EOL date would also be useful. See https://endoflife.date/dotnetfx

**Description:** Use `@tsconfig/node16` instead of a custom `tsconfig.json`. Equivalent to: ```json { "$schema": "https://json.schemastore.org/tsconfig", "display": "Node 16", "compilerOptions": { "lib": ["es2021"], "module": "commonjs", "target": "es2021", "strict": true, "esModuleInterop": true, "skipLibCheck":...

Initial smoke tests for the .NET SDK package manager. See https://github.com/dependabot/dependabot-core/pull/10756

### What would you like Renovate to be able to do? In the nix manager we are currently looking for `github:nixos/nixpkgs/nixos-22.05`, however the shorthand `nixpkgs/nixos-22.05` is also officially supported. There...

type:feature
priority-3-medium
manager:nix

All of the release related JSON documents now have JSON schema available[^1], but as far as I can tell they aren't published anywhere. They are available on `raw.githubusercontent.com`. For example:...

area-release-notes

### What are you trying to accomplish? References: - https://github.com/NuGet/NuGet.Client/compare/6.11.1.2...6.12.0.127 - https://learn.microsoft.com/en-us/nuget/release-notes/nuget-6.12 ### Anything you want to highlight for special attention from reviewers? ### How will you know you've accomplished...

L: dotnet:nuget

### What are you trying to accomplish? Add support for .NET SDK updates in [`global.json`][1]. Closes #2442. ### Anything you want to highlight for special attention from reviewers? Related PRs:...

### Code improvement description Currently, we parallelize the CI checks very heavily. To the point where we are running 100+ GitHub Actions for each PR commit. This is great for...

L: github:actions
T: tech-debt ⚙️