diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5115439..a295644 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,3 @@ -ci: - autoupdate_schedule: monthly repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.5.6 diff --git a/pyproject.toml b/pyproject.toml index 7c90908..4168e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,3 +66,8 @@ select = [ [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 addb49d..3c2f6e0 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,11 @@ commands = 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 @@ -37,7 +42,6 @@ skip_install = true commands = pre-commit autoupdate -j4 [testenv:update-requirements] -base_python = 3.10 labels = update deps = pip-tools skip_install = true