Skip to content

Commit

Permalink
sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#136)
Browse files Browse the repository at this point in the history
sync-server: synced local './.github/dependabot.yml' with remote './configs/.github/dependabot.yml'
  • Loading branch information
lumirlumir authored Nov 9, 2024
1 parent b7917c4 commit 4f7b250
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 4f7b250

Please sign in to comment.