Skip to content

Commit

Permalink
chore: add dependabot & semantic files
Browse files Browse the repository at this point in the history
Change-Id: I598d755cd59b985ca1868cebb0ad1067e09e6cdd
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Oct 24, 2024
1 parent 38ad197 commit 4de653b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
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"
2 changes: 2 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: true
titleAndCommits: true

0 comments on commit 4de653b

Please sign in to comment.