blob: 61799b335113e7b1c94d7f476bf482c699c2452c [file] [edit]
# 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"]