Skip to content

Commit

Permalink
feat(ci): Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 28, 2023
1 parent b9ec0fb commit e23a68e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
# Maintain dependencies for Ruby
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "daily"
assignees:
- cdalvaro
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- cdalvaro
open-pull-requests-limit: 10

0 comments on commit e23a68e

Please sign in to comment.