Skip to content

Commit

Permalink
Add GitHub Actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 24, 2023
1 parent c2962de commit 17a7cd3
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
day: "saturday"
open-pull-requests-limit: 10
groups:
rubocop:
patterns:
- "rubocop*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: "saturday"
open-pull-requests-limit: 10
groups:
babel:
patterns:
- "@babel/*"
fontawesome:
patterns:
- "@fortawesome/*"
rails:
patterns:
- "@rails/*"
webpack:
patterns:
- "webpack*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: "saturday"
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
day: "saturday"
open-pull-requests-limit: 10
groups:
rubocop:
patterns:
- "rubocop*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: "saturday"
open-pull-requests-limit: 10
groups:
babel:
patterns:
- "@babel/*"
fontawesome:
patterns:
- "@fortawesome/*"
rails:
patterns:
- "@rails/*"
webpack:
patterns:
- "webpack*"

0 comments on commit 17a7cd3

Please sign in to comment.