From 137b71a1fdff9036dc8b8d8c692ce5bd51e172ca Mon Sep 17 00:00:00 2001 From: geisserml Date: Thu, 8 Feb 2024 23:23:44 +0100 Subject: [PATCH] Add dependabot to changelog --- docs/devel/changelog_staging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devel/changelog_staging.md b/docs/devel/changelog_staging.md index d719d149d..a6970d826 100644 --- a/docs/devel/changelog_staging.md +++ b/docs/devel/changelog_staging.md @@ -5,3 +5,4 @@ # Changelog for next release - Added ability to define `$CTYPESGEN_PIN` when building sdist via `./run craft pypi --sdist`, which allows to reproduce our sdists when set to the head commit hash of `pypdfium2-team/ctypesgen` at the time of the build to reproduce. Alternatively, you may patch the relevant `pyproject.toml` entry yourself and use `PDFIUM_PLATFORM=sdist python -m build --sdist` as usual. +- Set up Dependabot for GH Actions. Updated dependencies accordingly.