Skip to content

Commit

Permalink
chore: update dependabot.yml (#135)
Browse files Browse the repository at this point in the history
synced local file(s) with
[lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs).

check out
[`6a0c7be`](lumirlumir/lumirlumir-configs@6a0c7be)
@lumirlumir 🐣.

<details>
<summary>Changed files</summary>
<ul>
<li>synced local <code>./.github/dependabot.yml</code> with remote
<code>./configs/.github/dependabot.yml</code></li>
</ul>
</details>

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#12773239576](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/12773239576)
  • Loading branch information
lumirlumir authored Jan 14, 2025
1 parent d129a49 commit 2de377e
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,46 @@ version: 2
updates:
# Maintain dependencies for npm.
- package-ecosystem: 'npm'
assignees:
- 'lumirlumir'
# Specify all directories from the current layer and below recursively, using globstar, for locations of manifest files.
directories:
- '**/*'
ignore:
- dependency-name: 'eslint'
versions: ['9']
groups:
bananass:
patterns:
- 'eslint-config-bananass'
- 'eslint-config-bananass-react'
- 'prettier-config-bananass'
babel:
patterns:
- '@babel/*'
react:
patterns:
- 'react'
- 'react-dom'
next:
patterns:
- 'next'
- '@next/*'
reviewers:
- 'lumirlumir'
schedule:
interval: 'daily'
time: '10:00'
timezone: 'Asia/Seoul'
pull-request-branch-name:
separator: '-'
versioning-strategy: 'increase'

# Maintain dependencies for GitHub Actions.
- package-ecosystem: 'github-actions'
assignees:
- 'lumirlumir'
# 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: '/'
reviewers:
- 'lumirlumir'
schedule:
interval: 'weekly'
day: 'monday'
Expand Down

0 comments on commit 2de377e

Please sign in to comment.