Skip to content

Commit

Permalink
chore: readd dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Wunder <cwunder@gnome.org>
  • Loading branch information
ovflowd committed Jul 30, 2023
1 parent c34f336 commit 0f393a7
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,45 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
- package-ecosystem: github-actions
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: weekly
day: friday
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
schedule:
interval: weekly
day: friday
commit-message:
prefix: meta
groups:
storybook:
patterns:
- 'storybook'
- '@storybook/*'
testing-library:
patterns:
- '@testing-library/*'
- '@types/testing-library*'
next-js:
patterns:
- 'next'
- 'turbo'
- 'next-mdx-remote'
- 'next-sitemap'
- 'next-themes'
- '@vercel/*'
remark-mdx:
patterns:
- '@vcarl/remark-headings'
- 'remark-gfm'
- '@mdx-js/*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
open-pull-requests-limit: 10

1 comment on commit 0f393a7

@vercel
Copy link

@vercel vercel bot commented on 0f393a7 Jul 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nodejs-org-stories – ./

nodejs-org-stories-git-main-openjs.vercel.app
nodejs-org-stories-openjs.vercel.app
nodejs-org-storybook.vercel.app

Please sign in to comment.