Skip to content

Commit

Permalink
[CI] simplify setup (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jan 27, 2024
1 parent d849346 commit 6f52edc
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 367 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
labels: []

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: []
39 changes: 0 additions & 39 deletions .github/workflows/danger.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ jobs:
gem --version
bundler --version
# https://github.com/ruby/setup-ruby
- name: ruby setup
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: pod lint
run: bundle exec pod lib lint --verbose --allow-warnings
run: pod lib lint --verbose --allow-warnings
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

114 changes: 0 additions & 114 deletions Dangerfile

This file was deleted.

13 changes: 0 additions & 13 deletions Gemfile

This file was deleted.

192 changes: 0 additions & 192 deletions Gemfile.lock

This file was deleted.

0 comments on commit 6f52edc

Please sign in to comment.