Skip to content

Commit

Permalink
Add dependabot config for docs (#5082)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino authored Dec 17, 2024
1 parent 6d8b403 commit 74bff71
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,14 @@ updates:
open-pull-requests-limit: 1
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/docs" # Location of package manifests
open-pull-requests-limit: 1
schedule:
interval: "weekly"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
groups:
patch-versions:
update-types:
- "patch"

0 comments on commit 74bff71

Please sign in to comment.