Skip to content

Commit

Permalink
update renovate to hopefully fix uds-runtime dep
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@ctshryock.com>
  • Loading branch information
catsby committed Sep 20, 2024
1 parent 1353dfd commit f9ab3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
{
"fileMatch": ["hack/update-uds-runtime-binaries.sh"],
"matchStrings": ["CURRENT_VERSION=\"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""],
"replaceString": "CURRENT_VERSION=\"${version}\""
"depNameTemplate": "defenseunicorns/uds-runtime",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit f9ab3f1

Please sign in to comment.