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.3
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.4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Mar 2, 2025

  1. fix(src/default.json5): use workaround for ^ in non-multiline mode (#280

    )
    
    * fix(src/default.json5): use workaround for ^ in non-multiline mode
    
    * style: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    risu729 and autofix-ci[bot] authored Mar 2, 2025
    Copy the full SHA
    08feee6 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 default.json
  2. +1 −1 src/default.json5
2 changes: 1 addition & 1 deletion default.json

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

2 changes: 1 addition & 1 deletion src/default.json5
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
datasourceTemplate: "undefined",
matchStrings: [
// test: https://regex101.com/r/8grHta
"^['\"]?(?<depName>[^_:\\s]+?)['\"]? *= *['\"](?<currentValue>\\d.+?)['\"]",
"(?:^|\r\n|\r|\n|$)['\"]?(?<depName>[^_:\\s]+?)['\"]? *= *['\"](?<currentValue>\\d.+?)['\"]",
],
},
// renovate does not support backends