| # 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 |
| |
| - package-ecosystem: "github-actions" |
| directory: "/" |
| patterns: ["pypa/cibuildwheel"] |
| multi-ecosystem-group: "cibuildwheel" |
| |
| - package-ecosystem: "pip" |
| directory: "/" |
| patterns: ["cibuildwheel"] |
| multi-ecosystem-group: "cibuildwheel" |
| |
| multi-ecosystem-groups: |
| cibuildwheel: |
| schedule: |
| interval: daily |
| cooldown: |
| default-days: 7 |
| labels: ["ci: skip news", "C: dependencies"] |