Skip to content

Commit

Permalink
ci(deps): set labels and commit prefix for dependabot (#550)
Browse files Browse the repository at this point in the history
- use categorized labels, same as Workflows
- follow our standard conventional commit prefixes for deps

Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed May 12, 2024
1 parent d1bd03e commit 20d0b31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ updates:
day: "saturday"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- javascript
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

# build / CI dependencies
- package-ecosystem: "github-actions"
Expand All @@ -17,3 +23,8 @@ updates:
day: "saturday"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- github_actions
commit-message:
prefix: chore(deps)

0 comments on commit 20d0b31

Please sign in to comment.