Skip to content

Commit c22e9d7

Browse files
committed
tooling: Disable dependabot for the UI
1 parent 4be46cb commit c22e9d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
# Disable version updates for npm dependencies:
8+
# - It is currently unmaintained and these clutter
9+
open-pull-requests-limit: 0
10+
commit-message:
11+
prefix: "ui"

0 commit comments

Comments
 (0)