File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
+
3
+ version : 2
4
+ updates :
5
+ - package-ecosystem : " github-actions"
6
+ directory : " /"
7
+ schedule :
8
+ interval : " daily"
9
+ commit-message :
10
+ prefix : " gh-actions"
11
+ include : " scope"
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3
13
-
12
+ uses : actions/checkout@v4
13
+
14
14
- run : sleep 5
15
-
15
+
16
16
- name : use the action
17
17
uses : ./
18
18
with :
@@ -25,10 +25,10 @@ jobs:
25
25
runs-on : macos-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- run : sleep 5
31
-
31
+
32
32
- name : use the action
33
33
uses : ./
34
34
with :
You can’t perform that action at this time.
0 commit comments