Skip to content

Commit

Permalink
Merge pull request #210 from kolyshkin/add-dep
Browse files Browse the repository at this point in the history
Add dependabot config
  • Loading branch information
rhatdan authored Feb 14, 2024
2 parents 7535250 + 2d0d092 commit a11dd36
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 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit a11dd36

Please sign in to comment.