blob: 482d6599d47b5e2602a2066a5f7ad624ca63f8a0 [file]
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files in .github/workflows will be checked
directory: "/"
labels: ["ci: skip news", "C: dependencies", "C: maintenance"]
schedule:
interval: daily
cooldown:
default-days: 7
- package-ecosystem: "pip"
directory: "/"
labels: ["ci: skip news", "C: dependencies"]
schedule:
interval: daily
cooldown:
default-days: 7