Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Nov 14, 2024
1 parent 01da5af commit 622b1b3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
"automergeType": "branch",
"matchDepTypes": ["*"],
"recreateWhen": "always"
},
{
"matchManagers": ["regex"],
"pinDigests": true,
"rangeStrategy": "pin"
}
],
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "go",
"fileMatch": ["^.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["go\\s+install\\s+(?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)"],
"pinDigests": true,
"rangeStrategy": "pin"
"matchStrings": ["go\\s+install\\s+(?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)"]
}
],
"platformAutomerge": true,
Expand Down

0 comments on commit 622b1b3

Please sign in to comment.