Skip to content

Commit 9c33a46

Browse files
ci: setup dependabot (#25)
Signed-off-by: Carlos Feria <[email protected]>
1 parent 9e71c0b commit 9c33a46

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

.github/dependabot.yml

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
commit-message:
8+
prefix: ":ghost: "
9+
10+
- package-ecosystem: "npm"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
commit-message:
15+
prefix: ":ghost: "
16+
17+
allow:
18+
- dependency-type: direct
19+
20+
ignore:
21+
- dependency-name: "@patternfly/*"
22+
update-types: [ "version-update:semver-major" ]
23+
24+
groups:
25+
patternfly:
26+
patterns:
27+
- "@patternfly/*"
28+
29+
"server dependencies":
30+
patterns:
31+
- cookie
32+
- ejs
33+
- express
34+
- http-proxy-middleware
35+
- http-terminator
36+
37+
rollup:
38+
patterns:
39+
- "@rollup/*"
40+
- "rollup"
41+
- "rollup-*"
42+
43+
linting:
44+
patterns:
45+
- "@eslint/*"
46+
- "eslint"
47+
- "eslint-*"
48+
- "prettier"
49+
50+
tools:
51+
patterns:
52+
- "@vitejs/*"
53+
- "vite"
54+
- "vite-*"
55+
- "@hey-api/*"

0 commit comments

Comments
 (0)