]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add gha-update
authorDavid Lord <davidism@gmail.com>
Fri, 23 Aug 2024 23:43:52 +0000 (16:43 -0700)
committerDavid Lord <davidism@gmail.com>
Fri, 23 Aug 2024 23:43:52 +0000 (16:43 -0700)
pyproject.toml
tox.ini

index c59feefca55e5b8b10cb19ebdaff80e42a9d8400..5de076b1733d6c0a2e60ecc65fc4b0d0d7bc89e8 100644 (file)
@@ -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 b9e972b9391beaee42ce5585107f68288e825054..a40f36a4412d8adae5a23448844ec57b98c4d5d7 100644 (file)
--- 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