Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Remove bundler ecosystem. Set github-actions ecosystem to monthly updates.
  • Loading branch information
javierjulio authored Nov 22, 2024
1 parent 5c1e005 commit 1f921b9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "08:30"
timezone: America/New_York
open-pull-requests-limit: 10
reviewers:
- javierjulio
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "08:30"
interval: monthly
timezone: America/New_York
open-pull-requests-limit: 10
reviewers:
- javierjulio

0 comments on commit 1f921b9

Please sign in to comment.