mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
6c148647d8
Updated Dependabot configuration to include daily updates for GitHub Actions and Python dependencies.
14 lines
347 B
YAML
14 lines
347 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"
|