Skip to content

Commit

Permalink
dependabot.yml: Fix typo (#51)
Browse files Browse the repository at this point in the history
# Description

Please include:
* relevant motivation
* a summary of the change
* which issue is fixed.
* any additional dependencies that are required for this change.

Closes: # (issue)

# Checklist:

- [x] I have performed a self-review of my own code
- [ ] I have commented my code in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
  • Loading branch information
ZeroCool940711 authored Feb 6, 2024
2 parents f63b4ae + e8af6be commit 6f68912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
# Enable version updates for npm
# Enable version updates for pip
- package-ecosystem: 'pip'
directory: '/'
# Check the npm registry for updates once a week (Monday)
Expand All @@ -15,4 +15,4 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
interval: 'daily'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
> **Notice:** This repository (**whoosh-reloaded**) is a fork and continuation of the Whoosh project.

>This fork **is actively maintained** by the Sygil-Dev Organization.
> This fork **is actively maintained** by the Sygil-Dev Organization.
--------------------------------------

Expand Down Expand Up @@ -82,7 +82,7 @@ Learning more

* Online Documentation:

*   [Github Pages](https://sygil-dev.github.io/whoosh-reloaded/)
*   [GitHub Pages](https://sygil-dev.github.io/whoosh-reloaded/)

*   [Read the Docs](https://whoosh-reloaded.readthedocs.io/en/latest/)

Expand Down

0 comments on commit 6f68912

Please sign in to comment.