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 1d49fa6 commit cccb903
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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/*'
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 cccb903

Please sign in to comment.