Jamie Magee
Jamie Magee
See https://docs.renovatebot.com/configuration-options/ for all possible configuration options.
When trying to do a `Directory.GetFiles` call using `Node.js` as my runtime I get a `System.EntryPointNotFoundException: SystemNative_OpenDir` exception. Reading a specific file works okay. ``` $ node --version v18.6.0 $...
### What would you like Renovate to be able to do? Azure Pipelines is very similar to GitHub Actions. It is made up of a list of steps that refer...
### Describe the proposed change(s). Currently we have some static data, with update scripts, that are manually run. There is: - `debian-distro-info.json`[^1] and `ubuntu-distro-info.json`[^2] updated by `distro-json-generate.mjs`[^3] - (Soon) `azure-pipelines-tasks`...
### Describe the proposed change(s). See: - https://github.com/renovatebot/renovate/pull/11107/files#r688455504 - https://github.com/qnighy/renovate/blob/6e005680753bda9f7c18433135e60cc8e170cf2e/lib/datasource/rubygems/get.ts#L91-L117 - https://github.com/renovatebot/renovate/blob/0e7c4306ec00f2701b7427f9954e5df3583066df/lib/modules/datasource/rubygems/get.ts#L115
### What would you like Renovate to be able to do? Currently Renovate can handle yarn replacements that are either exact, or are wildcards: https://github.com/renovatebot/renovate/blob/9f8155b2bf46c089329e5f16442e337aa24e08d7/lib/manager/npm/update/dependency/index.ts#L107-L111 Renovate should be able to...
## Changes Adds `kubernetes-api` versioning. ## Context #5972 ## Documentation (please check one with an [x]) - [ ] I have updated the documentation, or - [x] No documentation update...
### What would you like Renovate to be able to do? Arch Linux packages are built from `PKGBUILD`[^1] files. A `PKGBUILD` is a shell script containing the build information required...
From my understanding Spotless uses `org.eclipse.jdt:org.eclipse.jdt.core` to do formatting with Eclipse. Currently this only provides whitespace changes, but Eclipse itself also has `Clean Up` which makes code changes. I think...
**Problem Statement** Looking at #911, we are spending time maintaining CI scripts, whereas we could rely on the work of the wider open source community instead. **Describe the Proposal** Replace...