Skip to content

Commit 205aa64

Browse files
committed
chore: Lock workflow dependencies (OSSF recommendations)
1 parent cbeea89 commit 205aa64

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,17 @@ updates:
7171
- "docker"
7272
commit-message:
7373
prefix: "chore(devcontainer)"
74+
75+
- package-ecosystem: "pip"
76+
directory: "/.github/workflows/mkdocs"
77+
schedule:
78+
interval: "weekly"
79+
groups:
80+
python-deps:
81+
patterns:
82+
- "*"
83+
labels:
84+
- "dependencies"
85+
- "python"
86+
commit-message:
87+
prefix: "chore(docs)"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
babel==2.17.0
2+
backrefs==5.9
3+
certifi==2025.7.14
4+
charset-normalizer==3.4.2
5+
click==8.2.1
6+
colorama==0.4.6
7+
ghp-import==2.1.0
8+
idna==3.10
9+
Jinja2==3.1.6
10+
Markdown==3.8.2
11+
MarkupSafe==3.0.2
12+
mergedeep==1.3.4
13+
mkdocs==1.6.1
14+
mkdocs-get-deps==0.2.0
15+
mkdocs-material==9.6.15
16+
mkdocs-material-extensions==1.3.1
17+
packaging==25.0
18+
paginate==0.5.7
19+
pathspec==0.12.1
20+
platformdirs==4.3.8
21+
Pygments==2.19.2
22+
pymdown-extensions==10.16
23+
python-dateutil==2.9.0.post0
24+
PyYAML==6.0.2
25+
pyyaml_env_tag==1.1
26+
requests==2.32.4
27+
six==1.17.0
28+
urllib3==2.5.0
29+
watchdog==6.0.0

0 commit comments

Comments
 (0)