Skip to content

Commit

Permalink
Update dependency erlang/rebar3 to v3.23.0 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and paulo-ferraz-oliveira committed Jun 7, 2024
1 parent 597f622 commit 15e1eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@
],
"datasourceTemplate": "hex",
"matchStrings": [
"\\{(?<depName>[^,]+), \"(?<currentValue>\\d+(\\.\\d+)?(\\.\\d+)?)\"\\}"
]
"\\{(?<depName>[^,]+), \"(?<currentValue>\\d+(\\.\\d+(\\.\\d+)?)?)\"\\}"
],
"extractVersionTemplate": "^(?<version>.*)$"
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# renovate datasource: github-runners, depName: macos
macos: 14
# renovate datasource: github-tags, depName: erlang/rebar3
rebar3: 3.22.1
rebar3: 3.23.0

steps:
- run: echo "versions set!"
Expand Down

0 comments on commit 15e1eb0

Please sign in to comment.