forked from ChelseaKR/plumbline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
28 lines (28 loc) · 938 Bytes
/
Copy pathdependabot.yml
File metadata and controls
28 lines (28 loc) · 938 Bytes
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
# There are no third-party runtime dependencies to update, and the `dev` group
# holds only ruff and coverage. The `uv` ecosystem entry is here anyway so that
# the day a dependency does appear it is watched from the first commit rather
# than from whenever someone remembers to add it.
#
# The `github-actions` entry is the one that matters today: every `uses:` in
# this repository is pinned to a 40-character commit SHA, which is the right
# way to pin and also the way that goes stale silently. Dependabot is what
# makes a stale pin visible.
version: 2
updates:
- package-ecosystem: uv
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
cooldown:
default-days: 7
groups:
python-dependencies:
patterns: ["*"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5
cooldown:
default-days: 7