Skip to content

Commit

Permalink
ci: configure Dependabot labels to empty (#558)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <[email protected]>
  • Loading branch information
threeal authored Dec 30, 2024
1 parent 58b10a1 commit 8b34b8a
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 8b34b8a

Please sign in to comment.