forked from ChelseaKR/perimeter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
32 lines (30 loc) · 912 Bytes
/
Copy pathdependabot.yml
File metadata and controls
32 lines (30 loc) · 912 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
29
30
31
32
# Dependency updates with a cooldown, so a freshly published version is never pulled
# in the window when a compromised release is most likely to still be up.
version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 5
labels: ["dependencies"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 5
labels: ["dependencies", "ci"]
# The page-check toolchain: html-validate, axe-core and jsdom. Development only.
# Nothing from npm ships in the site; the pages carry no script at all.
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 7
open-pull-requests-limit: 5
labels: ["dependencies", "ci"]