Skip to content

Commit 4de653b

Browse files
committed
chore: add dependabot & semantic files
Change-Id: I598d755cd59b985ca1868cebb0ad1067e09e6cdd Signed-off-by: Florent Benoit <[email protected]>
1 parent 38ad197 commit 4de653b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/dependabot.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
# check at 3am UTC
10+
time: "03:00"
11+
open-pull-requests-limit: 20
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: daily
17+
# check at 3am UTC
18+
time: "03:00"
19+
open-pull-requests-limit: 20
20+
groups:
21+
storybook:
22+
applies-to: version-updates
23+
patterns:
24+
- "@storybook/*"
25+
- "storybook"
26+
- "storybook-dark-mode"
27+
docusaurus:
28+
applies-to: version-updates
29+
patterns:
30+
- "@docusaurus/*"
31+
fortawesome:
32+
applies-to: version-updates
33+
patterns:
34+
- "@fortawesome/*"
35+
typescript-eslint:
36+
applies-to: version-updates
37+
patterns:
38+
- "@typescript-eslint/*"
39+
- "typescript-eslint"

.github/semantic.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
enabled: true
2+
titleAndCommits: true

0 commit comments

Comments
 (0)