Skip to content

Commit

Permalink
chore(dependabot): setup github-actions and groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Nov 14, 2023
1 parent 6d6e1a4 commit 1861c54
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2

updates:
- package-ecosystem: bundler
directory: "/"
Expand All @@ -9,9 +10,23 @@ updates:
versioning-strategy: increase-if-necessary
allow:
- dependency-type: production
groups:
rubygems:
patterns:
- "*"

- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "09:00"
open-pull-requests-limit: 10

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"

0 comments on commit 1861c54

Please sign in to comment.