generated from warmachine028/github-super-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdependabot.yml
31 lines (31 loc) · 968 Bytes
/
dependabot.yml
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
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: daily
time: '21:00'
# - 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