Skip to content

Commit

Permalink
Re-enable dependabot for docs (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon authored Oct 15, 2024
1 parent 58925b1 commit faae264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit faae264

Please sign in to comment.