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
2
2
3
3
on :
4
4
push :
5
+ paths :
6
+ - " libraries/**"
5
7
branches : [develop, main]
6
8
pull_request :
9
+ paths :
10
+ - " libraries/**"
7
11
branches : [develop, main]
8
12
9
13
defaults :
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
+ paths :
6
+ - " libraries/**"
5
7
branches : [ "develop", main ]
6
8
pull_request :
7
- # The branches below must be a subset of the branches above
9
+ paths :
10
+ - " libraries/**"
8
11
branches : [ "develop" ]
9
12
schedule :
10
13
- 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
2
3
RUN pip install mkdocs-git-revision-date-plugin
You can’t perform that action at this time.
0 commit comments