Skip to content

Commit

Permalink
Add dependabot (#1310)
Browse files Browse the repository at this point in the history
* Add dependabot

* Switch to every two weeks
  • Loading branch information
alicemacl authored Nov 26, 2024
1 parent 203396b commit b4b9969
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/apps/docs"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/apps/studio"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-design-tokens"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-icon"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-icon-react"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-icon-react-native"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-loader"
schedule:
interval: "fortnightly"
- package-ecosystem: "npm"
directory: "/packages/spor-react"
schedule:
interval: "fortnightly"

0 comments on commit b4b9969

Please sign in to comment.