mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-03-11 13:00:13 +00:00
fix(ci): install bundler, remove dependabot config
This commit is contained in:
33
.github/dependabot.yml
vendored
33
.github/dependabot.yml
vendored
@@ -1,33 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
day: "monday"
|
|
||||||
time: "09:00"
|
|
||||||
groups:
|
|
||||||
github-actions:
|
|
||||||
patterns:
|
|
||||||
- "actions/*"
|
|
||||||
- "ruby/setup-ruby"
|
|
||||||
- "Homebrew/actions/*"
|
|
||||||
commit-message:
|
|
||||||
prefix: "ci"
|
|
||||||
include: "scope"
|
|
||||||
|
|
||||||
- package-ecosystem: "bundler"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
day: "monday"
|
|
||||||
time: "09:00"
|
|
||||||
groups:
|
|
||||||
development-dependencies:
|
|
||||||
dependency-type: "development"
|
|
||||||
patterns:
|
|
||||||
- "rubocop*"
|
|
||||||
- "rspec*"
|
|
||||||
commit-message:
|
|
||||||
prefix: "deps"
|
|
||||||
include: "scope"
|
|
||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -41,7 +41,9 @@ jobs:
|
|||||||
run: brew install-bundler-gems
|
run: brew install-bundler-gems
|
||||||
|
|
||||||
- name: Install project gems
|
- name: Install project gems
|
||||||
run: bundle install
|
run: |
|
||||||
|
gem install bundler
|
||||||
|
bundle install
|
||||||
|
|
||||||
- name: Run brew test-bot (cleanup)
|
- name: Run brew test-bot (cleanup)
|
||||||
run: brew test-bot --only-cleanup-before
|
run: brew test-bot --only-cleanup-before
|
||||||
|
|||||||
Reference in New Issue
Block a user