mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
17 lines
427 B
YAML
17 lines
427 B
YAML
version: 2
|
|
updates:
|
|
# Keeps your GitHub Actions (CI/CD) up to date daily
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Keeps your Python dependencies (requirements.txt / pyproject.toml) up to date daily
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
- dependency-name: "darkdetect"
|
|
versions: [">=0.8.0"]
|