Skip to content

Commit

Permalink
Merge pull request #48 from riemann/dependabot-github-actions
Browse files Browse the repository at this point in the history
Add dependabot configuration for GitHub Actions
  • Loading branch information
jamtur01 authored Jul 30, 2023
2 parents 05b0856 + 30c8775 commit 797625d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@

version: 2
updates:
# Open PR for gem updates
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

# Open PR for GitHub Actions updates
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 797625d

Please sign in to comment.