Skip to content

Commit

Permalink
chore: update dependabot.yml to support monorepo structure (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Nov 8, 2024
1 parent 277caa2 commit ee801cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
version: 2
updates:
# Maintain dependencies for npm
# Maintain dependencies for npm.
- package-ecosystem: 'npm'
# Files stored in repository root
directory: '/'
# Specify all directories from the current layer and below recursively, using globstar, for locations of manifest files.
directories:
- '**/*'
ignore:
- dependency-name: 'eslint'
versions: ['9']
schedule:
interval: 'weekly'
day: 'monday'
interval: 'daily'
time: '10:00'
timezone: 'Asia/Seoul'
pull-request-branch-name:
separator: '-'

# Maintain dependencies for GitHub Actions
# Maintain dependencies for GitHub Actions.
- package-ecosystem: 'github-actions'
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: '/'
Expand Down

0 comments on commit ee801cd

Please sign in to comment.