File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
2
+ version : 2
3
+
4
+ updates :
5
+ # Configure check for outdated GitHub Actions actions in workflows.
6
+ # See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
7
+ - package-ecosystem : github-actions
8
+ directory : / # Check the repository's workflows under /.github/workflows/
9
+ schedule :
10
+ interval : daily
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@master
13
+ uses : actions/checkout@v3
14
14
- uses : actions/setup-python@v1
15
15
- run : pip install codespell
16
16
- uses : ./
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@master
27
+ uses : actions/checkout@v3
28
28
- uses : actions/setup-python@v1
29
29
- run : pip install git+https://github.com/codespell-project/codespell.git
30
30
- uses : ./
You can’t perform that action at this time.
0 commit comments