Skip to content

Commit 72821ef

Browse files
authoredFeb 28, 2025··
Include actions/ in dependeabot lint tool update (#553)
1 parent 2b4fe6a commit 72821ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/dependabot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ updates:
1515
directories:
1616
- "/signer"
1717
- "/repo"
18+
- "/actions"
1819
schedule:
1920
interval: "weekly"
2021
groups:
2122
pinned-test-dependencies:
22-
# Dependencies pinned in {signer,repo}/pyproject.toml to ensure test reproducibility
23+
# Dependencies pinned to ensure test reproducibility
2324
patterns:
2425
- "mypy"
2526
- "ruff"
27+
- "zizmor"
2628
minimum-runtime-dependencies:
2729
# Runtime dependency ranges set in {signer,repo}/pyproject.toml
2830
patterns:

0 commit comments

Comments
 (0)
Please sign in to comment.