File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 6
6
version : 2
7
7
updates :
8
8
- package-ecosystem : github-actions
9
- directories :
10
- - " /"
11
- - " docs/examples"
9
+ directory : " /"
12
10
schedule :
13
11
interval : " weekly"
14
12
groups :
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Here are some example workflows to get started quickly.
10
10
=== "only clang-tidy"
11
11
12
12
``` yaml
13
- --8<-- "docs /examples/only-clang-tidy.yml"
13
+ --8<-- ".github/workflows /examples/only-clang-tidy.yml"
14
14
```
15
15
16
16
1. See also [`style`][style]
@@ -19,7 +19,7 @@ Here are some example workflows to get started quickly.
19
19
=== "only clang-format"
20
20
21
21
``` yaml
22
- --8<-- "docs /examples/only-clang-format.yml"
22
+ --8<-- ".github/workflows /examples/only-clang-format.yml"
23
23
```
24
24
25
25
1. See also [`style`][style]
@@ -28,7 +28,7 @@ Here are some example workflows to get started quickly.
28
28
=== "only PR comments"
29
29
30
30
``` yaml
31
- --8<-- "docs /examples/only-PR-comments.yml"
31
+ --8<-- ".github/workflows /examples/only-PR-comments.yml"
32
32
```
33
33
34
34
1. See also our [token permissions document](../permissions.md)
You can’t perform that action at this time.
0 commit comments