- README.md: full rewrite with architecture, quickstart, config examples, privacy model, and contributing section (deduced from source) - recorder.py: close leaked fd from mkstemp (SEC-2) - gtkui.py: guard next() with default to prevent StopIteration (CQ-4) - dependabot.yml: add pip ecosystem for linux/ deps (SEC-5)
12 lines
199 B
YAML
12 lines
199 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: pip
|
|
directory: /linux
|
|
schedule:
|
|
interval: weekly
|