Skip to content

Commit

Permalink
Chore: Dependency updates (#98)
Browse files Browse the repository at this point in the history
* Chore: Update requirements.txt

* Chore: Configure dependabot to notify of outdated packages
  • Loading branch information
steven-noorbergen authored Jan 3, 2025
1 parent a0f3375 commit f2876ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
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:
- '*'
6 changes: 3 additions & 3 deletions requirements.txt
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

0 comments on commit f2876ab

Please sign in to comment.