Skip to content

Commit 0220ef6

Browse files
tablackburnclaude
andcommitted
ci: Update ggshield to v1.46.0 and add Dependabot for pre-commit
- Update ggshield from v1.35.0 to v1.46.0 for latest security detectors - Add pip ecosystem to Dependabot to auto-update pre-commit hooks Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1570b45 commit 0220ef6

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ updates:
99
labels:
1010
- "dependencies"
1111
- "github-actions"
12+
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
commit-message:
18+
prefix: "ci"
19+
labels:
20+
- "dependencies"
21+
- "pre-commit"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/gitguardian/ggshield
3-
rev: v1.35.0
3+
rev: v1.46.0
44
hooks:
55
- id: ggshield
66
language_version: python3

0 commit comments

Comments
 (0)