Skip to content

Commit

Permalink
re-enable ruby for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiAndreiev committed Aug 21, 2024
1 parent dd4271f commit 27e757e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,19 @@ updates:
versions:
- '>= 4'

# - package-ecosystem: bundler
# directory: "/packages/ruby"
# schedule:
# interval: monthly
# allow:
# - dependency-type: production
# open-pull-requests-limit: 10
# labels:
# - dependencies
# - ruby
# commit-message:
# prefix: chore(deps)
# prefix-development: chore(deps-dev)
- package-ecosystem: bundler
directory: '/packages/ruby'
schedule:
interval: monthly
allow:
- dependency-type: production
open-pull-requests-limit: 10
labels:
- dependencies
- ruby
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

- package-ecosystem: composer
directory: '/packages/php'
Expand Down

0 comments on commit 27e757e

Please sign in to comment.