From: David Lord Date: Fri, 23 Aug 2024 23:43:52 +0000 (-0700) Subject: add gha-update X-Git-Tag: 3.1.5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59744f50ed2958987733f7c4aa2cc63cac9b2b4;p=thirdparty%2Fjinja.git add gha-update --- diff --git a/pyproject.toml b/pyproject.toml index c59feefc..5de076b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,3 +96,8 @@ ignore-init-module-imports = true [tool.ruff.lint.isort] force-single-line = true order-by-type = false + +[tool.gha-update] +tag-only = [ + "slsa-framework/slsa-github-generator", +] diff --git a/tox.ini b/tox.ini index b9e972b9..a40f36a4 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,11 @@ commands = mypy deps = -r requirements/docs.txt commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml +[testenv:update-actions] +labels = update +deps = gha-update +commands = gha-update + [testenv:update-pre_commit] labels = update deps = pre-commit @@ -38,6 +43,7 @@ skip_install = true commands = pre-commit autoupdate -j4 [testenv:update-requirements] +base_python = 3.8 labels = update deps = pip-tools skip_install = true