Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrenn committed Mar 18, 2024
1 parent ad190ae commit cde9e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build/ci/update-renovate-json5.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
with open(versionFile, 'r') as f:
versions += f.readlines()
versions = [x.strip() for x in versions]
versions = [x.replace('origin/', '') for x in versions]

# read renovate file to dict and update
with open(renovateFile, 'r') as f:
Expand Down

0 comments on commit cde9e35

Please sign in to comment.