Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand Down Expand Up @@ -111,6 +112,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand Down Expand Up @@ -149,6 +151,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand Down Expand Up @@ -198,6 +201,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand Down Expand Up @@ -228,6 +232,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand All @@ -242,6 +247,11 @@ updates:
slack:
patterns:
- "@slack/*"
ignore:
- dependency-name: "@types/node"
versions:
- "25.x"
- "26.x"
Comment on lines +250 to +254

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 note: Included examples don't use @types/node at the moment but we hope to capture our version patterns with this addition!

labels:
- "area:examples"
- "dependencies"
Expand Down Expand Up @@ -269,6 +279,7 @@ updates:
- "23.x"
- "24.x"
- "25.x"
- "26.x"
labels:
- "dependencies"
- "javascript"
Expand Down