Skip to content

Commit

Permalink
Merge pull request #50 from rhusar/dependabot-github-actions
Browse files Browse the repository at this point in the history
Update dependabot.yml to include GitHub Actions
  • Loading branch information
rhusar authored Nov 13, 2024
2 parents fd8075d + 589718c commit 3789df9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 3789df9

Please sign in to comment.