Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent f024192 commit a7d7467
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"extends": [
"config:base",
"config:recommended",
":semanticCommitTypeAll(chore)"
],
"prHourlyLimit": 0,
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Update go run/go install dependencies",
"fileMatch": [".*\\.go$", "Makefile"],
"fileMatch": [
".*\\.go$",
"Makefile"
],
"matchStrings": [
"\\s*go (run|install) (?<depName>([^@]+)?).*@(?<currentValue>[^\\s]+)"
],
Expand Down

0 comments on commit a7d7467

Please sign in to comment.