Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: risu729/renovate-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.2
Choose a base ref
...
head repository: risu729/renovate-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 2, 2025

  1. chore(deps): update dependency risu729/renovate-config to v3.2.2 (#278)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 2, 2025
    Copy the full SHA
    13bc775 View commit details
  2. Revert "fix(src/default.json5): set datasourceTemplate for mise tools…

    … shorthands (#276)" (#279)
    
    This reverts commit 26590bc.
    risu729 authored Mar 2, 2025
    Copy the full SHA
    fe463fa View commit details
Showing with 11 additions and 4 deletions.
  1. +1 −1 README.md
  2. +4 −1 default.json
  3. +6 −2 src/default.json5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ or to use a specific version:

```json
{
"extends": ["github>risu729/renovate-config#3.2.0"]
"extends": ["github>risu729/renovate-config#3.2.2"]
}
```
5 changes: 4 additions & 1 deletion default.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions src/default.json5
Original file line number Diff line number Diff line change
@@ -34,8 +34,9 @@
customType: "regex",
description: "Updates mise tools (shorthands)",
fileMatch: ["(^|/)\\.?mise\\.toml$", "(^|/)\\.?mise/config\\.toml$"],
// if not set or set to undefined, Renovate does not update the version
datasourceTemplate: "github-releases",
// to avoid renovate config validator error
// Renovate throws "Missing datasource!" warnings but still works
datasourceTemplate: "undefined",
matchStrings: [
// test: https://regex101.com/r/8grHta
"^['\"]?(?<depName>[^_:\\s]+?)['\"]? *= *['\"](?<currentValue>\\d.+?)['\"]",
@@ -120,18 +121,21 @@
{
matchManagers: ["custom.regex"],
matchDepNames: ["taplo"],
overrideDatasource: "github-releases",
// cspell:ignore tamasfe
overridePackageName: "tamasfe/taplo",
},
{
matchManagers: ["custom.regex"],
matchDepNames: ["biome"],
overrideDatasource: "github-releases",
overridePackageName: "biomejs/biome",
extractVersion: "^cli/v(?<version>.+)",
},
{
matchManagers: ["custom.regex"],
matchDepNames: ["lychee"],
overrideDatasource: "github-releases",
// cspell:ignore lycheeverse
overridePackageName: "lycheeverse/lychee",
extractVersion: "^lychee-v(?<version>.+)",