You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
856 B
39 lines
856 B
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:00"
|
|
timezone: "Europe/Amsterdam"
|
|
open-pull-requests-limit: 10
|
|
cooldown:
|
|
days: 7
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
commit-message:
|
|
prefix: "ci"
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:00"
|
|
timezone: "Europe/Amsterdam"
|
|
open-pull-requests-limit: 10
|
|
cooldown:
|
|
days: 7
|
|
groups:
|
|
cargo-dependencies:
|
|
patterns:
|
|
- "*"
|
|
commit-message:
|
|
prefix: "deps"
|
|
ignore:
|
|
# Ignore major version bumps — review these manually
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-major"]
|
|
|