Skip to content

Commit 65d2847

Browse files
Merge pull request #148 from Mindful-AI-Assistants/FabianaCampanari-patch-1
Create dependabot.yml
2 parents 9742b72 + ac7edac commit 65d2847

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

Diff for: .github/dependabot.yml

+126
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
#Full
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "bundler"
6+
directory: "/updater"
7+
schedule:
8+
interval: "weekly"
9+
day: "sunday"
10+
time: "16:00"
11+
groups:
12+
aws-sdk:
13+
patterns:
14+
- "aws-sdk-*"
15+
dev-dependencies:
16+
dependency-type: "development"
17+
update-types:
18+
- "minor"
19+
- "patch"
20+
21+
# Watch the per-ecosystem native helpers
22+
- package-ecosystem: "composer"
23+
directory: "/composer/helpers/v1"
24+
schedule:
25+
interval: "weekly"
26+
day: "sunday"
27+
time: "16:00"
28+
groups:
29+
dev-dependencies:
30+
dependency-type: "development"
31+
update-types:
32+
- "minor"
33+
- "patch"
34+
- package-ecosystem: "composer"
35+
directory: "/composer/helpers/v2"
36+
schedule:
37+
interval: "weekly"
38+
day: "sunday"
39+
time: "16:00"
40+
groups:
41+
dev-dependencies:
42+
dependency-type: "development"
43+
update-types:
44+
- "minor"
45+
- "patch"
46+
- package-ecosystem: "docker"
47+
directory: "/"
48+
schedule:
49+
interval: "weekly"
50+
day: "sunday"
51+
time: "16:00"
52+
- package-ecosystem: "docker"
53+
directory: "/go_modules"
54+
schedule:
55+
interval: "weekly"
56+
day: "sunday"
57+
time: "16:00"
58+
- package-ecosystem: "github-actions"
59+
directory: "/"
60+
schedule:
61+
interval: "weekly"
62+
day: "sunday"
63+
time: "16:00"
64+
- package-ecosystem: "gomod"
65+
directory: "/go_modules/helpers"
66+
schedule:
67+
interval: "weekly"
68+
day: "sunday"
69+
time: "16:00"
70+
- package-ecosystem: "mix"
71+
directory: "/hex/helpers"
72+
schedule:
73+
interval: "weekly"
74+
day: "sunday"
75+
time: "16:00"
76+
- package-ecosystem: "npm"
77+
directory: "/npm_and_yarn/helpers"
78+
schedule:
79+
interval: "weekly"
80+
day: "sunday"
81+
time: "16:00"
82+
groups:
83+
npm-dependencies:
84+
patterns:
85+
- "@npmcli/arborist"
86+
- "nock"
87+
- "npm"
88+
- "semver"
89+
exclude-patterns:
90+
- "detect-indent" # temp excluded due to https://github.com/dependabot/dependabot-core/pull/5683#issuecomment-1243468605
91+
yarn-dependencies:
92+
patterns:
93+
- "@dependabot/yarn-lib"
94+
pnpm-dependencies:
95+
patterns:
96+
- "@pnpm/lockfile-file"
97+
- "@pnpm/dependency-path"
98+
dev-dependencies:
99+
dependency-type: "development"
100+
update-types:
101+
- "minor"
102+
- "patch"
103+
ignore:
104+
- dependency-name: "npm"
105+
update-types: ["version-update:semver-major"]
106+
- package-ecosystem: "pip"
107+
directory: "/python/helpers"
108+
schedule:
109+
interval: "weekly"
110+
day: "sunday"
111+
time: "16:00"
112+
- package-ecosystem: "pub"
113+
directory: "/pub/helpers"
114+
schedule:
115+
interval: "weekly"
116+
day: "sunday"
117+
time: "16:00"
118+
119+
120+
121+
122+
123+
124+
125+
126+

0 commit comments

Comments
 (0)