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 1984174 commit 01da5af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"automergeType": "branch",
"matchDepTypes": ["*"],
"recreateWhen": "always"
},
}
],
"customManagers": [
{
"matchManagers": ["custom.regex"],
"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]+)"],
"pinDigests": true,
"rangeStrategy": "pin"
}
Expand Down

0 comments on commit 01da5af

Please sign in to comment.