-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependabot.yml
More file actions
32 lines (30 loc) · 899 Bytes
/
dependabot.yml
File metadata and controls
32 lines (30 loc) · 899 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
version: 2
updates:
- package-ecosystem: github-actions #! for github-actions
open-pull-requests-limit: 10
directory: ".github"
schedule:
interval: daily
time: "21:00"
# - package-ecosystem: npm #! enable for javascript & typescript
# open-pull-requests-limit: 10
# directory: "client"
# schedule:
# interval: weekly
# - package-ecosystem: pip #! enable for python
# open-pull-requests-limit: 10
# directory: "app"
# schedule:
# interval: weekly
# - package-ecosystem: maven #! enable for java
# open-pull-requests-limit: 10
# directory: "/"
# schedule:
# interval: weekly
# ignore:
# - dependency-name: org.apache.maven:* # ignore Maven APIs/SPIs
# - package-ecosystem: bundler #! enable for ruby
# open-pull-requests-limit: 10
# directory: "/"
# schedule:
# interval: weekly