Skip to content

Commit

Permalink
Merge pull request #267 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 Feb 28, 2023
2 parents 0af4028 + 735c755 commit bc936ce
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 bc936ce

Please sign in to comment.