-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathdependabot.yml
More file actions
35 lines (35 loc) · 774 Bytes
/
dependabot.yml
File metadata and controls
35 lines (35 loc) · 774 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
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: dependency-updates
labels:
- "dependencies"
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
target-branch: dependency-updates
labels:
- "dependencies"
ignore:
# Ignore all Rust backend updates, these are always done as manual pulls
- dependency-name: ankiBackend
- package-ecosystem: npm
directory: "/tools/localization"
schedule:
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
target-branch: dependency-updates
groups:
non-breaking:
update-types:
- "minor"
- "patch"
labels:
- "dependencies"