Skip to content

Commit

Permalink
Merge pull request #4 from DimitriPapadopoulos/actions
Browse files Browse the repository at this point in the history
Keep GitHub Actions up to date with Dependabot
  • Loading branch information
peternewman authored Nov 2, 2022
2 parents 833c32a + 26276fe commit ce1e335
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
version: 2

updates:
# Configure check for outdated GitHub Actions actions in workflows.
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
directory: / # Check the repository's workflows under /.github/workflows/
schedule:
interval: daily
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- uses: actions/setup-python@v1
- run: pip install codespell
- uses: ./
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
- uses: actions/setup-python@v1
- run: pip install git+https://github.com/codespell-project/codespell.git
- uses: ./
Expand Down

0 comments on commit ce1e335

Please sign in to comment.