Skip to content

Commit

Permalink
chore: comment difference between dependency bots
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed May 17, 2024
1 parent 31069df commit 8d299ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Focuses on major updates, dependabot creates separate PRs for each dependency update
version: 2
updates:
- package-ecosystem: 'npm'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bot_deps-docs-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Groups minor and patch dependency updates into a single PR.
name: '⏫ Bot (Website) — Dependencies'

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/bot_deps-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Groups minor and patch dependency updates into a single PR.
name: '⏫ Bot — Dependencies'

on:
Expand Down

0 comments on commit 8d299ae

Please sign in to comment.