Skip to content

Commit

Permalink
Merge branch 'main' into feat/request_page
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop authored Sep 28, 2024
2 parents 002fec0 + 5aa3206 commit b52424e
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 318 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 20
groups:
types:
patterns:
- '@types/*'
- "@types/*"
formatter:
patterns:
- '*eslint*'
- '*prettier*'
- "*eslint*"
- "*prettier*"
patches:
update-types:
- 'patch'
- "patch"
versioning-strategy: increase
target-branch: 'main'
target-branch: "main"
labels:
- 'dependencies'
- "dependencies"
reviewers:
- reiroop
- package-ecosystem: github-actions
directory: '/'
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
Loading

0 comments on commit b52424e

Please sign in to comment.