Skip to content

Commit

Permalink
ci: configure Dependabot labels to empty (#539)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <[email protected]>
  • Loading branch information
threeal authored Jan 2, 2025
1 parent 19de6d1 commit e136cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ updates:
interval: daily
commit-message:
prefix: chore
labels: [chore]
labels: []

- package-ecosystem: npm
directory: /
schedule:
interval: daily
commit-message:
prefix: chore
labels: [chore]
labels: []
versioning-strategy: increase

0 comments on commit e136cea

Please sign in to comment.