-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Chore: Update requirements.txt * Chore: Configure dependabot to notify of outdated packages
- Loading branch information
1 parent
a0f3375
commit f2876ab
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: pip | ||
# We only want to bump versions of packages in case of security updates, as | ||
# we want to keep maximum compatibility - see https://t.ly/INSR_ | ||
open-pull-requests-limit: 0 | ||
directory: "/" | ||
labels: [] | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
time: "08:00" | ||
groups: | ||
dependencies: | ||
patterns: | ||
- '*' | ||
|
||
- package-ecosystem: github-actions | ||
open-pull-requests-limit: 10 | ||
directory: "/" | ||
labels: [] | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
time: "08:00" | ||
groups: | ||
dependencies: | ||
patterns: | ||
- '*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
mkdocs==1.6.1 | ||
mkdocs-get-deps==0.2.0 | ||
mkdocs-macros-plugin==1.3.7 | ||
mkdocs-material==9.5.40 | ||
mkdocs-material[imaging]==9.5.40 | ||
mkdocs-material==9.5.49 | ||
mkdocs-material[imaging]==9.5.49 | ||
mkdocs-material-extensions==1.3.1 | ||
pymdown-extensions==10.11.2 | ||
pymdown-extensions==10.13 |