https://github.com/ukho/repo-auto-patch
A place to store workflows and scripts used to patch repositories.
https://github.com/ukho/repo-auto-patch
Last synced: 5 months ago
JSON representation
A place to store workflows and scripts used to patch repositories.
- Host: GitHub
- URL: https://github.com/ukho/repo-auto-patch
- Owner: UKHO
- License: mit
- Created: 2023-09-25T15:40:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T16:23:38.000Z (over 2 years ago)
- Last Synced: 2023-11-30T16:35:22.742Z (over 2 years ago)
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# repo-auto-patch
A place to store workflows, scripts and configuration files used to patch repositories.
## Current major version
[v1](https://github.com/UKHO/repo-auto-patch/tree/v1)
## Examples
|Function |Description |
|:--------------------------------------------------|:-----------------------------------------------------------------------------------------------------|
|[`update-dotnet-sdk`](./examples/update-dotnet-sdk)|Check the version of the .NET SDK used in a project and update it if a new minor version is available.|
|[`create-pr-work-item`](./examples/create-pr-work-item)|Create a work item in Azure DevOps, in this example triggered by a Dependabot PR.|
|[`dependabot-nuget-version-update`](./examples/dependabot-nuget-version-update)|An example script used to get Dependabot to perform NuGet package version updates.|
|[`update-libman`](./examples/update-libman)|Check for updates using [LibMan](https://learn.microsoft.com/en-us/aspnet/core/client-side/libman).|