Skip to content

Commit

Permalink
chore(config): migrate renovate config (#42)
Browse files Browse the repository at this point in the history
* chore(config): migrate config .github/renovate.json

* Update .github/renovate.json

Signed-off-by: Nicholas Felt <[email protected]>

* ci: Update workflow to get the top two commits, to ensure the data necessary can be read

---------

Signed-off-by: Nicholas Felt <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Felt <[email protected]>
  • Loading branch information
renovate[bot] and nfelt14 authored Sep 3, 2024
1 parent 27ba029 commit fef0346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
{
"description": "Group together all python-semantic-release dependencies",
"groupName": "python-semantic-release dependencies",
"matchPackagePatterns": [
"^python-semantic-release*"
"matchPackageNames": [
"^python-semantic-release"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-python-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Get commit message
id: get-commit-message
run: |
commit_message="$(git log -1 --pretty=%B)"
commit_message="$(git log -2 --pretty=%B | sed -n '2p')"
echo "commit-message=$commit_message" >> "$GITHUB_OUTPUT"
- name: Determine the groups that will need to be exported
id: set-output
Expand Down

0 comments on commit fef0346

Please sign in to comment.