Skip to content

Commit ab9f422

Browse files
committed
add gha-update, remove scheduled updates
1 parent 558f026 commit ab9f422

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
ci:
2-
autoupdate_schedule: monthly
31
repos:
42
- repo: https://github.com/astral-sh/ruff-pre-commit
53
rev: v0.4.1

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ ignore-init-module-imports = true
9797
[tool.ruff.lint.isort]
9898
force-single-line = true
9999
order-by-type = false
100+
101+
[tool.gha-update]
102+
tag-only = [
103+
"slsa-framework/slsa-github-generator",
104+
]

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ commands =
3232
deps = -r requirements/docs.txt
3333
commands = 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]
3641
labels = update
3742
deps = pre-commit

0 commit comments

Comments
 (0)