Skip to content

Commit

Permalink
Merge pull request #2 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 be24f36 + 8af645a commit 76a2b95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion .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: ./
- name: Check sort with disorder
run: sort -c test/test.txt || true
Expand Down

0 comments on commit 76a2b95

Please sign in to comment.