Skip to content

Commit 82524a4

Browse files
chore: update Dependabot configuration to ignore commander dependency
- Modified the .github/dependabot.yml file to add commander to the list of ignored dependencies. - This change ensures that Dependabot will not create update PR
1 parent 03eac16 commit 82524a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ updates:
66
schedule:
77
interval: 'daily'
88
target-branch: 'main'
9+
ignore:
10+
- dependency-name: 'commander'

0 commit comments

Comments
 (0)