Skip to content

Commit

Permalink
Merge pull request #9 from gkwa/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
taylormonacelli authored Nov 14, 2024
2 parents 622b1b3 + a204a35 commit bd697e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"recreateWhen": "always"
},
{
"matchManagers": ["regex"],
"matchManagers": ["custom.regex"],
"pinDigests": true,
"rangeStrategy": "pin"
}
Expand All @@ -20,7 +20,9 @@
"customType": "regex",
"datasourceTemplate": "go",
"fileMatch": ["^.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["go\\s+install\\s+(?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)"]
"matchStrings": [
"go\\s+install\\s+(?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)"
]
}
],
"platformAutomerge": true,
Expand Down

0 comments on commit bd697e4

Please sign in to comment.