mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-26 15:40:40 +00:00
Some checks failed
CI / test (macos-latest, 3.10) (push) Has been cancelled
CI / test (macos-latest, 3.11) (push) Has been cancelled
CI / test (macos-latest, 3.12) (push) Has been cancelled
CI / test (macos-latest, 3.13) (push) Has been cancelled
CI / test (macos-latest, 3.8) (push) Has been cancelled
CI / test (macos-latest, 3.9) (push) Has been cancelled
CI / test (true, ubuntu-latest, 3.13) (push) Has been cancelled
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test (windows-latest, 3.10) (push) Has been cancelled
CI / test (windows-latest, 3.11) (push) Has been cancelled
CI / test (windows-latest, 3.12) (push) Has been cancelled
CI / test (windows-latest, 3.13) (push) Has been cancelled
CI / test (windows-latest, 3.8) (push) Has been cancelled
CI / test (windows-latest, 3.9) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Build & Push Container / docker-build (push) Has been cancelled
OSSF Scorecard / Scorecard analysis (push) Has been cancelled
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
22 lines
746 B
YAML
22 lines
746 B
YAML
version: 2
|
|
updates:
|
|
# ─── Python (pip) ─────────────────────────────
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule: { interval: "weekly" }
|
|
labels: [ "dependencies", "pip" ]
|
|
groups: # Group patches & minors from dev-only tools
|
|
dev-py:
|
|
dependency-type: "development"
|
|
update-types: ["minor", "patch"]
|
|
|
|
# ─── GitHub Actions ───────────────────────────
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule: { interval: "weekly" }
|
|
labels: [ "dependencies", "gh-actions" ]
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|