Skip to content

Commit

Permalink
Merge pull request #12929 from rak-phillip/chore/dependabot-config
Browse files Browse the repository at this point in the history
Add `dependabot.yml`
  • Loading branch information
rak-phillip authored Jan 10, 2025
2 parents 0546204 + c42139c commit 9c6ff41
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 5
labels: ["component/dependencies"]

# Maintain dependencies for dashboard, shell, and packages
- package-ecosystem: "npm"
directories:
- "/"
- "/shell"
- "/creators/extension"
- "/creators/extension/*"
- "/docusaurus"
- "/storybook"
- "/pkg/*"
schedule:
interval: "daily"
open-pull-requests-limit: 5
labels: ["component/dependencies"]

0 comments on commit 9c6ff41

Please sign in to comment.