File tree Expand file tree Collapse file tree 4 files changed +10
-20
lines changed Expand file tree Collapse file tree 4 files changed +10
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- ci :
2- autoupdate_schedule : monthly
31repos :
42 - repo : https://github.com/astral-sh/ruff-pre-commit
53 rev : v0.4.1
Original file line number Diff line number Diff line change @@ -97,3 +97,8 @@ ignore-init-module-imports = true
9797[tool .ruff .lint .isort ]
9898force-single-line = true
9999order-by-type = false
100+
101+ [tool .gha-update ]
102+ tag-only = [
103+ " slsa-framework/slsa-github-generator" ,
104+ ]
Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ commands =
3232deps = -r requirements/docs.txt
3333commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml
3434
35+ [testenv:update-actions]
36+ labels = update
37+ deps = gha-update
38+ commands = gha-update
39+
3540[testenv:update-pre_commit]
3641labels = update
3742deps = pre-commit
You can’t perform that action at this time.
0 commit comments