Skip to content

Commit

Permalink
Merge pull request #50 from per1234/dependabot
Browse files Browse the repository at this point in the history
Configure Dependabot to check for outdated actions used in workflows
  • Loading branch information
peternewman authored Sep 27, 2022
2 parents 60adc94 + 4ab5346 commit bcf481f
Showing 1 changed file with 10 additions and 0 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

0 comments on commit bcf481f

Please sign in to comment.