Skip to content

Commit

Permalink
Merge pull request #8704 from dependabot/jamiemagee/check-rbis-up-to-…
Browse files Browse the repository at this point in the history
…date

Check if RBIs are up-to-date
  • Loading branch information
deivid-rodriguez committed Jan 5, 2024
2 parents 3143130 + 890aafd commit be6ae6c
Show file tree
Hide file tree
Showing 23 changed files with 27,890 additions and 1,544 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ updates:
- "minor"
- "patch"

# Watch the root Gemfile used for sorbet typing
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
all:
patterns:
- "*"

# Watch the per-ecosystem native helpers
- package-ecosystem: "composer"
directory: "/composer/helpers/v1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sorbet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
bundler-cache: true

- run: bin/tapioca && git add . && git diff --cached --exit-code
- run: bundle exec tapioca gem --verify

- run: bundle exec srb tc

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules/
/dependabot-*.gem
!bundler/spec/fixtures/projects/**/Gemfile.lock
Gemfile.lock
!Gemfile.lock
!updater/spec/fixtures/**/Gemfile.lock
!updater/Gemfile.lock
vendor
Expand Down

0 comments on commit be6ae6c

Please sign in to comment.