Skip to content

Commit

Permalink
chore: create dependabot configuration file (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Apr 25, 2022
1 parent 71d3b38 commit 91a2c1d
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
@@ -0,0 +1,16 @@
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

- package-ecosystem: "poetry"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

0 comments on commit 91a2c1d

Please sign in to comment.