mirror of
https://github.com/agentrhq/authsome.git
synced 2026-09-19 01:34:19 +08:00
7db1f5aa97
- Added PR template - Configured dependabot and renovate for min_release_age - Enabled secret scanning via gitleaks pre-commit hook - Enabled naming (N) and cyclomatic complexity (C90) checks in ruff Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> Entire-Checkpoint: 81809e52b50a
11 lines
205 B
YAML
11 lines
205 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|