Browse Source

Configure dependabot to add waiting-for-triage label to its PRs

pull/47304/head
Andy Wilkinson 3 months ago
parent
commit
2d9b258f3d
  1. 2
      .github/dependabot.yml

2
.github/dependabot.yml

@ -6,9 +6,11 @@ updates: @@ -6,9 +6,11 @@ updates:
interval: "weekly"
labels:
- "type: task"
- "status: waiting-for-triage"
- package-ecosystem: "npm"
directory: "/antora"
schedule:
interval: "weekly"
labels:
- "type: task"
- "status: waiting-for-triage"

Loading…
Cancel
Save