Skip to content

Commit

Permalink
Merge branch 'master' into color_correlation
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored May 28, 2024
2 parents 76a317a + e4fe369 commit ca2bc78
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 39 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.1.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down
75 changes: 37 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pyfeyn2 = ">=2.3.6"
pyqgraf = ">=0.0.14"
#pyqgraf = {path= "../pyqgraf", develop = true }

poetry-dynamic-versioning = {extras = ["plugin"], version = ">=0.21.1,<1.3.0"}
poetry-dynamic-versioning = {extras = ["plugin"], version = ">=0.21.1,<1.4.0"}

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit ca2bc78

Please sign in to comment.