Skip to content

Commit f2876ab

Browse files
Chore: Dependency updates (#98)
* Chore: Update requirements.txt * Chore: Configure dependabot to notify of outdated packages
1 parent a0f3375 commit f2876ab

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.github/dependabot.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
version: 2
22
updates:
33
- package-ecosystem: pip
4-
# We only want to bump versions of packages in case of security updates, as
5-
# we want to keep maximum compatibility - see https://t.ly/INSR_
6-
open-pull-requests-limit: 0
7-
directory: "/"
8-
labels: []
4+
directory: /
95
schedule:
106
interval: weekly
117
time: "08:00"
8+
groups:
9+
dependencies:
10+
patterns:
11+
- '*'
12+
1213
- package-ecosystem: github-actions
13-
open-pull-requests-limit: 10
14-
directory: "/"
15-
labels: []
14+
directory: /
1615
schedule:
1716
interval: weekly
1817
time: "08:00"
18+
groups:
19+
dependencies:
20+
patterns:
21+
- '*'

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdocs==1.6.1
22
mkdocs-get-deps==0.2.0
33
mkdocs-macros-plugin==1.3.7
4-
mkdocs-material==9.5.40
5-
mkdocs-material[imaging]==9.5.40
4+
mkdocs-material==9.5.49
5+
mkdocs-material[imaging]==9.5.49
66
mkdocs-material-extensions==1.3.1
7-
pymdown-extensions==10.11.2
7+
pymdown-extensions==10.13

0 commit comments

Comments
 (0)