Skip to content

Commit

Permalink
Configure Dependabot to update docs/package.json
Browse files Browse the repository at this point in the history
Closes gh-15128
  • Loading branch information
marcusdacoregio committed May 23, 2024
1 parent 09fac22 commit dc27ae5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,19 @@ updates:
directory: /
schedule:
interval: weekly

- package-ecosystem: npm
target-branch: main
directory: /docs
schedule:
interval: weekly
- package-ecosystem: npm
target-branch: 6.2.x
directory: /docs
schedule:
interval: weekly
- package-ecosystem: npm
target-branch: 5.8.x
directory: /docs
schedule:
interval: weekly

0 comments on commit dc27ae5

Please sign in to comment.