gitingest/.github/dependabot.yml
StepSecurity Bot c541a2c7d5
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
ci: [StepSecurity] Apply security best practices (#420)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com>
2025-07-17 22:33:49 +02:00

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