Skip to content

Commit

Permalink
Automatically check for new GitHub actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley and victorlin committed Jan 30, 2024
1 parent 732ecd7 commit 0bbbdda
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Dependabot configuration file
# <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/auspice.us/network/updates
#
# and look for a "Check for updates" button. You may need to click around a
# bit first.
---
version: 2
updates:
- package-ecosystem: "npm"
Expand All @@ -6,3 +17,8 @@ updates:
interval: "daily"
allow:
- dependency-name: "auspice"

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

0 comments on commit 0bbbdda

Please sign in to comment.