Skip to content

Commit

Permalink
Update Dependabot config
Browse files Browse the repository at this point in the history
Add github-actions and rails_70
  • Loading branch information
javierjulio committed Oct 6, 2023
1 parent d39c6ea commit c0f38ff
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
---

version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
versioning-strategy: lockfile-only

- package-ecosystem: bundler
directory: /gemfiles/rails_61
schedule:
interval: daily
versioning-strategy: lockfile-only
- package-ecosystem: bundler
directory: /gemfiles/rails_70
schedule:
interval: daily
versioning-strategy: lockfile-only

0 comments on commit c0f38ff

Please sign in to comment.