Skip to content

Commit b0a9f76

Browse files
Create Dependabot config file (#562)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent efc6bfa commit b0a9f76

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

.github/dependabot.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/addon"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 99
8+
labels:
9+
- addon
10+
- package-ecosystem: pip
11+
directory: "/bot"
12+
schedule:
13+
interval: weekly
14+
open-pull-requests-limit: 99
15+
labels:
16+
- bot
17+
- package-ecosystem: docker
18+
directory: "/backend"
19+
schedule:
20+
interval: weekly
21+
open-pull-requests-limit: 99
22+
labels:
23+
- backend
24+
- package-ecosystem: docker
25+
directory: "/bot"
26+
schedule:
27+
interval: weekly
28+
open-pull-requests-limit: 99
29+
labels:
30+
- bot
31+
- package-ecosystem: pip
32+
directory: "/tools"
33+
schedule:
34+
interval: weekly
35+
open-pull-requests-limit: 99
36+
labels:
37+
- tools
38+
- package-ecosystem: pip
39+
directory: "/events"
40+
schedule:
41+
interval: weekly
42+
open-pull-requests-limit: 99
43+
labels:
44+
- events
45+
- package-ecosystem: pip
46+
directory: "/backend"
47+
schedule:
48+
interval: weekly
49+
open-pull-requests-limit: 99
50+
labels:
51+
- backend
52+
- package-ecosystem: npm
53+
directory: "/frontend"
54+
schedule:
55+
interval: weekly
56+
open-pull-requests-limit: 99
57+
labels:
58+
- frontend

0 commit comments

Comments
 (0)