Skip to content

Commit

Permalink
Merge pull request #113: Automatically check for new GitHub actions v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
victorlin authored Dec 8, 2022
2 parents f8ea4da + 3a74af8 commit 9873fb1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Dependabot configuration file
# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
#
# Each ecosystem is checked on a scheduled interval defined below.
# To trigger a check manually, go to https://github.com/nextstrain/docker-base/network/updates
# and click "Last checked …" then "Check for updates".

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 9873fb1

Please sign in to comment.