forked from microsoft/pg_durable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
44 lines (44 loc) · 1.37 KB
/
Copy pathdependabot.yml
File metadata and controls
44 lines (44 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Dependabot configuration for weekly dependency updates.
#
# Dependabot opens dependency PRs through its own permission system, which is
# NOT governed by the "Allow GitHub Actions to create and approve pull requests"
# org/repo setting. This lets it raise update PRs even where that setting is
# disabled by policy.
#
# versioning-strategy: lockfile-only keeps Cargo.toml requirements untouched and
# only refreshes Cargo.lock — equivalent to `cargo update`. This preserves the
# exact `=` pins on pgrx, duroxide, and duroxide-pg (and the duroxide /
# duroxide-pg compatible-pair invariant) while still picking up patched
# transitive and range-versioned dependencies.
#
# The single "cargo" group collapses all updates into one weekly PR instead of
# one PR per crate. That PR is validated by the normal CI workflow.
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
day: monday
time: "03:00"
timezone: "Etc/UTC"
versioning-strategy: lockfile-only
open-pull-requests-limit: 5
labels:
- dependencies
commit-message:
prefix: chore
include: scope
groups:
cargo:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns: ["*"]
schedule:
interval: "weekly"
cooldown:
default-days: 7