-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add dependabot & semantic files
Change-Id: I598d755cd59b985ca1868cebb0ad1067e09e6cdd Signed-off-by: Florent Benoit <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Set update schedule for GitHub Actions | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
# check at 3am UTC | ||
time: "03:00" | ||
open-pull-requests-limit: 20 | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
# check at 3am UTC | ||
time: "03:00" | ||
open-pull-requests-limit: 20 | ||
groups: | ||
storybook: | ||
applies-to: version-updates | ||
patterns: | ||
- "@storybook/*" | ||
- "storybook" | ||
- "storybook-dark-mode" | ||
docusaurus: | ||
applies-to: version-updates | ||
patterns: | ||
- "@docusaurus/*" | ||
fortawesome: | ||
applies-to: version-updates | ||
patterns: | ||
- "@fortawesome/*" | ||
typescript-eslint: | ||
applies-to: version-updates | ||
patterns: | ||
- "@typescript-eslint/*" | ||
- "typescript-eslint" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
enabled: true | ||
titleAndCommits: true |