Skip to content

Commit

Permalink
Merge pull request #76 from dhellmann/dependabot-config
Browse files Browse the repository at this point in the history
add dependabot config
  • Loading branch information
mergify[bot] committed Feb 18, 2023
2 parents e0e6935 + 77a6bfd commit c0bd8f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Via https://github.com/nedbat/scriv/blob/main/.github/dependabot.yml
#
# From:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
# Set update schedule for GitHub Actions

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions once a week
interval: "weekly"

0 comments on commit c0bd8f2

Please sign in to comment.