Browse Source

Provide Dependabot configuration for NPM dependency upgrades

Closes gh-46958
pull/47304/head
Andy Wilkinson 4 months ago
parent
commit
4bbd68325f
  1. 6
      .github/dependabot.yml

6
.github/dependabot.yml

@ -6,3 +6,9 @@ updates: @@ -6,3 +6,9 @@ updates:
interval: "weekly"
labels:
- "type: task"
- package-ecosystem: "npm"
directory: "/antora"
schedule:
interval: "weekly"
labels:
- "type: task"

Loading…
Cancel
Save