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 0f38313
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
updates:
# update grouped dev-dependencies monthly
- package-ecosystem: "npm"
directory: /
schedule:
interval: "monthly"
groups:
dev:
applies-to: version-updates
dependency-type: development
ignore:
- dependency-name: "viem"

# check for viem updates daily
- package-ecosystem: "npm"
directory: /
schedule:
interval: "daily"
allow:
- dependency-name: "viem"
dependency-type: "direct"

# 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 0f38313

Please sign in to comment.