Skip to content

Commit

Permalink
ci: 🔐 Add dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Strassel <[email protected]>
  • Loading branch information
boredland committed Nov 1, 2024
1 parent 16a8db7 commit 056396b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
# as for bundling purposes, we only have devDependencies
# we're separating the actual devDependencies from the dependencies here
- package-ecosystem: "npm"
directory: /
schedule:
interval: "daily"
groups:
devDependencies:
applies-to: version-updates
exclude-patterns:
- "viem"
dependencies:
applies-to: version-updates
patterns:
- "viem"

# update all actions weekly
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "weekly"
groups:
"github-actions":
applies-to: version-updates
dependency-type: development

0 comments on commit 056396b

Please sign in to comment.