# 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