forked from jxmorris12/language_tool_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
38 lines (36 loc) · 806 Bytes
/
Copy pathdependabot.yml
File metadata and controls
38 lines (36 loc) · 806 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
33
34
35
36
37
38
version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
versioning-strategy: lockfile-only
schedule:
interval: "weekly"
cooldown:
semver-patch-days: 7
semver-minor-days: 14
semver-major-days: 30
default-days: 7
commit-message:
prefix: "chore"
include: "scope"
groups:
dev-dependencies:
dependency-type: "development"
- package-ecosystem: "pre-commit"
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 14
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 14
commit-message:
prefix: "chore"
include: "scope"