File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ commit-message :
8+ prefix : chore
9+ include : scope
10+
11+ - package-ecosystem : docker
12+ directory : /docs
13+ commit-message :
14+ prefix : chore
15+ include : scope
16+ schedule :
17+ interval : daily
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ name: Build .NET
22
33on :
44 push :
5+ paths :
6+ - " libraries/**"
57 branches : [develop, main]
68 pull_request :
9+ paths :
10+ - " libraries/**"
711 branches : [develop, main]
812
913defaults :
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: "CodeQL"
22
33on :
44 push :
5+ paths :
6+ - " libraries/**"
57 branches : [ "develop", main ]
68 pull_request :
7- # The branches below must be a subset of the branches above
9+ paths :
10+ - " libraries/**"
811 branches : [ "develop" ]
912 schedule :
1013 - cron : ' 42 8 * * 0'
Original file line number Diff line number Diff line change 1- FROM squidfunk/mkdocs-material
1+ # v9.1.18
2+ FROM squidfunk/mkdocs-material@sha256:41942f7a2f5163aacd0e866e076d95db4f26550b97d76c1594c04250cbb580e9
23RUN pip install mkdocs-git-revision-date-plugin
You can’t perform that action at this time.
0 commit comments