Skip to content

Commit

Permalink
adding dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
skiniks committed Nov 29, 2024
1 parent fd36b0f commit 8499439
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 10
versioning-strategy: auto
groups:
dev-dependencies:
patterns:
- '@types/*'
- '@antfu/*'
- 'eslint*'
- typescript
production-dependencies:
patterns:
- '@atproto/*'
- '@vercel/*'
- '@supabase/*'
ignore:
- dependency-name: typescript
update-types: ['version-update:semver-major']

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 10

0 comments on commit 8499439

Please sign in to comment.